Home | History | Annotate | Download | only in mjsunit

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
90 Debug.setListener(listener);
92 // Add the debug event listener.
93 Debug.setListener(listener);
113 // Now try all the same, but via debug protocol.
122 context_json.push({ name: key, handle: Debug.MakeMirror(additional_context[key]).handle() });