Home | History | Annotate | Download | only in debug

Lines Matching refs:Execution

15 #include "src/execution.h"
446 // Find the break location where execution has stopped.
552 return Execution::TryCall(isolate_, fun, undefined, argc, args);
804 // Get the frame where the execution has stopped and skip the debug frame if
805 // any. The debug frame will only be present if execution was stopped due to
1471 // Find range of break points starting from the break point where execution
1511 // Create the execution state object.
1593 return Execution::Call(isolate_, fun, promise, 0, NULL);
1635 // Return to continue execution from where the exception was thrown.
1718 // Create the execution state.
1768 Execution::TryCall(isolate_, Handle<JSFunction>::cast(event_listener_),
1803 // Create the execution state.
1871 // messages in the queue as the execution state might not be what is expected
1881 Handle<Object> cmd_processor = Execution::Call(
1914 Execution::TryCall(isolate_, process_debug_request, cmd_processor, 1,
1931 maybe_result = Execution::Call(
2037 // Create the execution state.
2044 return Execution::Call(
2247 Execution::TryCall(isolate, fun, event_data_, 0, NULL);