Home
last modified time | relevance | path

Searched refs:TryCall (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexecution.h49 static MaybeHandle<Object> TryCall(Isolate* isolate, Handle<Object> callable,
Dexecution.cc223 MaybeHandle<Object> Execution::TryCall( in TryCall() function in v8::internal::Execution
272 return TryCall(isolate, undefined, undefined, 0, {}, message_handling, in RunMicrotasks()
Dbootstrapper.cc3839 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/
DChangeLog40707 Reland "Correctly propagate terminate exception in TryCall." (issue
40752 Correctly propagate terminate exception in TryCall (issue 3892).