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.
49 // Get the debug command processor in running state.
75 if (event == Debug.DebugEvent.Break) {
88 // Add the debug event listener.
89 Debug.setListener(listener);
95 // Make sure that the debug event listener vas invoked.