Home
last modified time | relevance | path

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

/external/v8/src/
Dmessages.cc89 Handle<Object> exception_handle(exception_object, isolate); in ReportMessage() local
96 v8::Local<v8::Value> api_exception_obj = v8::Utils::ToLocal(exception_handle); in ReportMessage()
Disolate.cc1013 Handle<Object> exception_handle(exception, this); in DoThrow() local
1030 debug()->OnThrow(exception_handle, report_exception); in DoThrow()
1047 if (IsErrorObject(exception_handle)) { in DoThrow()
1053 LookupIterator lookup(exception_handle, key, in DoThrow()
1069 Handle<Object> exception_arg = exception_handle; in DoThrow()
1159 set_pending_exception(*exception_handle); in DoThrow()
/external/v8/test/cctest/
Dtest-parsing.cc1287 i::Handle<i::JSObject> exception_handle( in TestParserSyncWithFlags() local
1291 isolate, exception_handle, "message").ToHandleChecked()); in TestParserSyncWithFlags()