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 // Get the debug command processor in paused state.
42 if (event == Debug.DebugEvent.Break) {
70 Debug.setListener(listener);
77 Debug.setBreakPoint(a, 0, 0);