Lines Matching full:debug
5 // Flags: --expose-debug-as debug7 // Get the Debug object exposed from the debug context global object.8 Debug = debug.Debug;10 assertThrows("Debug.scripts()");11 Debug.setListener(function(){});13 assertDoesNotThrow("Debug.scripts()");14 Debug.setListener(null);