Home | History | Annotate | Download | only in regress

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
33 if (event == Debug.DebugEvent.Break) {
34 exec_state.prepareStep(Debug.StepAction.StepIn);
38 // Add the debug event listener.
39 Debug.setListener(listener);