Searched refs:MakeExecutionState (Results 1 – 3 of 3) sorted by relevance
1781 Handle<Object> Debugger::MakeExecutionState(bool* caught_exception) { in MakeExecutionState() function in v8::internal::Debugger1834 Handle<Object> exec_state = MakeExecutionState(caught_exception); in MakeCompileEvent()1852 Handle<Object> exec_state = MakeExecutionState(caught_exception); in MakeScriptCollectedEvent()1889 Handle<Object> exec_state = MakeExecutionState(&caught_exception); in OnException()1921 Handle<Object> exec_state = MakeExecutionState(&caught_exception); in OnDebugBreak()2096 Handle<Object> exec_state = MakeExecutionState(&caught_exception); in ProcessDebugEvent()2472 Handle<Object> exec_state = MakeExecutionState(&caught_exception); in Call()
217 return break_point.isTriggered(MakeExecutionState(break_id));748 function MakeExecutionState(break_id) { class
589 static Handle<Object> MakeExecutionState(bool* caught_exception);