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

Lines Matching full:debug

5 // Flags: --expose-debug-as debug --allow-natives-syntax --promise-extra
7 // Test debug events when a Promise is rejected, which is caught by a
9 // We expect two Exception debug events:
13 Debug = debug.Debug;
44 if (event == Debug.DebugEvent.Exception) {
48 // Assert that the debug event is triggered at the throw site.
61 Debug.setBreakOnUncaughtException();
62 Debug.setListener(listener);