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
32 // Simple function which stores the last debug event.
48 // Get the debug command processor in running state.
69 if (event == Debug.DebugEvent.Break) {
82 // Add the debug event listener.
83 Debug.setListener(listener);
89 // Make sure that the debug event listener vas invoked.