Lines Matching full:debug
5 // Flags: --expose-debug-as debug --harmony-destructuring-bind
8 var Debug = debug.Debug;
12 if (event != Debug.DebugEvent.Break) return;
18 exec_state.prepareStep(Debug.StepAction.StepNext);
20 exec_state.prepareStep(Debug.StepAction.StepIn);
28 Debug.setListener(listener);
109 Debug.setListener(null); // B51