Searched refs:MakeExecutionState (Results 1 – 3 of 3) sorted by relevance
515 MUST_USE_RESULT MaybeHandle<Object> MakeExecutionState();
2453 MaybeHandle<Object> Debug::MakeExecutionState() { in MakeExecutionState() function in v8::internal::Debug2717 if (!MakeExecutionState().ToHandle(&exec_state)) return; in ProcessDebugEvent()3010 if (!MakeExecutionState().ToHandle(&exec_state)) { in Call()
233 return break_point.isTriggered(MakeExecutionState(break_id));931 function MakeExecutionState(break_id) { class