Home | History | Annotate | Download | only in debug-promises

Lines Matching full:debug

5 // Flags: --expose-debug-as debug --allow-natives-syntax
7 // Test debug events when we only listen to uncaught exceptions and
9 // We expect two Exception debug events:
13 Debug = debug.Debug;
41 if (event == Debug.DebugEvent.Exception) {
61 Debug.setBreakOnUncaughtException();
62 Debug.setListener(listener);