Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc990 Handle<Object> exception_handle(exception, this); in Throw() local
1009 debug()->OnThrow(exception_handle); in Throw()
1024 ReportBootstrappingException(exception_handle, location); in Throw()
1026 Handle<Object> message_obj = CreateMessage(exception_handle, location); in Throw()
1053 set_pending_exception(*exception_handle); in Throw()
/external/v8/test/cctest/
Dtest-parsing.cc1596 i::Handle<i::JSObject> exception_handle( in TestParserSyncWithFlags() local
1600 isolate, exception_handle, "message").ToHandleChecked()); in TestParserSyncWithFlags()
5622 i::Handle<i::JSObject> exception_handle( in TEST() local
5626 isolate, exception_handle, "message").ToHandleChecked()); in TEST()