Lines Matching refs:Execution
761 MaybeHandle<Object> result = Execution::TryCall( in CompileDebuggerScript()
1049 if (!Execution::TryCall(check_break_point, in CheckBreakPoint()
1271 Execution::Call(isolate_, fun, promise, 0, NULL).ToHandleChecked(); in PromiseHasRejectHandler()
2446 return Execution::TryCall(Handle<JSFunction>::cast(constructor), in MakeJSObject()
2654 if (Execution::TryCall(Handle<JSFunction>::cast(update_script_break_points), in OnAfterCompile()
2772 Execution::TryCall(Handle<JSFunction>::cast(event_listener_), in CallEventCallback()
2844 Handle<Object> cmd_processor = Execution::Call( in NotifyMessageHandler()
2877 Execution::TryCall(process_debug_request, cmd_processor, 1, in NotifyMessageHandler()
2894 maybe_result = Execution::Call( in NotifyMessageHandler()
2903 if (!Execution::ToString(isolate_, exception).ToHandle(&result)) break; in NotifyMessageHandler()
3015 return Execution::Call( in Call()
3213 Execution::TryCall(Handle<JSFunction>::cast(fun), event_data_, 0, NULL); in GetJSON()