Searched refs:TryCall (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | execution.h | 49 static MaybeHandle<Object> TryCall(Isolate* isolate, Handle<Object> callable,
|
D | execution.cc | 223 MaybeHandle<Object> Execution::TryCall( in TryCall() function in v8::internal::Execution 272 return TryCall(isolate, undefined, undefined, 0, {}, message_handling, in RunMicrotasks()
|
D | bootstrapper.cc | 3839 if (!Execution::TryCall(isolate, fun, receiver, 0, nullptr, in CompileNative() 3845 return !Execution::TryCall(isolate, Handle<JSFunction>::cast(wrapper), in CompileNative() 3860 return !Execution::TryCall(isolate, fun, receiver, 1, args, in CallUtilsFunction() 3906 return !Execution::TryCall(isolate, fun, receiver, 0, nullptr, in CompileExtension()
|
/external/v8/ |
D | ChangeLog | 40707 Reland "Correctly propagate terminate exception in TryCall." (issue 40752 Correctly propagate terminate exception in TryCall (issue 3892).
|