Lines Matching full:debug
28 // Flags: --expose-debug-as debug
29 // Get the Debug object exposed from the debug context global object.
30 Debug = debug.Debug
32 // Simple function which stores the last debug event.
71 if (event == Debug.DebugEvent.Break) {
72 // Get the debug command processor.
93 mirror = debug.MakeMirror(o);
115 mirror = debug.MakeMirror(f);
117 mirror = debug.MakeMirror(o.a);
136 // Add the debug event listener.
137 Debug.setListener(listener);
154 f_script_id = Debug.findScript(f).id;
155 g_script_id = Debug.findScript(g).id;
156 h_script_id = Debug.findScript(h).id;
157 sourceURL_script_id = Debug.findScript(sourceUrlFunc).id;
166 f_line = Debug.findFunctionSourceLocation(f).line;
167 g_line = Debug.findFunctionSourceLocation(g).line;
168 h_line = Debug.findFunctionSourceLocation(h).line;
174 // Set a break point and call to invoke the debug event listener.
175 Debug.setBreakPoint(g, 0, 0);
178 // Make sure that the debug event listener was invoked.
186 if (event == Debug.DebugEvent.Break)
190 Debug.setListener(breakListener);
206 var i_script = Debug.findScript(i1);
208 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId,