Home | History | Annotate | Download | only in regress

Lines Matching refs:Debug

28 // Flags: --expose-debug-as debug --allow-natives-syntax --expose-gc
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
33 exec_state.prepareStep(Debug.StepAction.StepIn, 1);
36 Debug.setListener(breakListener);
45 Debug.setBreakPoint(f, 2, 0);