Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Debug

28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
35 // Simple debug event handler which first time will cause 'step in' action
40 if (event == Debug.DebugEvent.Break) {
43 exec_state.prepareStep(Debug.StepAction.StepIn, 2);
57 // Add the debug event listener.
58 Debug.setListener(listener);
163 // Get rid of the debug event listener.
164 Debug