Lines Matching full:debug
5 // Flags: --expose-debug-as debug --harmony-destructuring-assignment
9 var Debug = debug.Debug;
13 if (event != Debug.DebugEvent.Break) return;
19 exec_state.prepareStep(Debug.StepAction.StepNext);
21 exec_state.prepareStep(Debug.StepAction.StepIn);
29 Debug.setListener(listener);
85 Debug.setListener(null); // B41