Searched refs:exception_handle (Results 1 – 3 of 3) sorted by relevance
89 Handle<Object> exception_handle(exception_object, isolate); in ReportMessage() local96 v8::Local<v8::Value> api_exception_obj = v8::Utils::ToLocal(exception_handle); in ReportMessage()
1013 Handle<Object> exception_handle(exception, this); in DoThrow() local1030 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()
1287 i::Handle<i::JSObject> exception_handle( in TestParserSyncWithFlags() local1291 isolate, exception_handle, "message").ToHandleChecked()); in TestParserSyncWithFlags()