Home
last modified time | relevance | path

Searched refs:exception_handle (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.cc1017 Handle<Object> exception_handle(exception, this); in Throw() local
1036 debug()->OnThrow(exception_handle); in Throw()
1051 ReportBootstrappingException(exception_handle, location); in Throw()
1053 Handle<Object> message_obj = CreateMessage(exception_handle, location); in Throw()
1080 set_pending_exception(*exception_handle); in Throw()
/external/v8/test/cctest/
Dtest-parsing.cc1595 i::Handle<i::JSObject> exception_handle( in TestParserSyncWithFlags() local
1598 i::JSReceiver::GetProperty(isolate, exception_handle, "message") in TestParserSyncWithFlags()
5564 i::Handle<i::JSObject> exception_handle( in TEST() local
5567 i::JSReceiver::GetProperty(isolate, exception_handle, "message") in TEST()