Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Unified Diff: include/v8-debug.h

Issue 249503002: Trigger debug event on not yet caught exception in promises. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: always use original exception Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/debug.h » ('j') | src/debug-debugger.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-debug.h
diff --git a/include/v8-debug.h b/include/v8-debug.h
index 49916fed662c565619d0f6cadf0a874f8905075d..6b2c27830cf4d1465ade64968c72bd92f6f29829 100644
--- a/include/v8-debug.h
+++ b/include/v8-debug.h
@@ -43,7 +43,8 @@ enum DebugEvent {
BeforeCompile = 4,
AfterCompile = 5,
ScriptCollected = 6,
- BreakForCommand = 7
+ UncaughtExceptionInPromise = 7,
+ BreakForCommand = 8
};
« no previous file with comments | « no previous file | src/debug.h » ('j') | src/debug-debugger.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698