Chromium Code Reviews

Unified Diff: src/runtime.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: addressed comments Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 237f9de76e1f7a2f30596c81806371fa56ade019..9bced7d4da78cd2778fc9b48ffb8399e8c0aac5d 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -99,6 +99,7 @@ namespace internal {
F(StoreArrayLiteralElement, 5, 1) \
F(DebugCallbackSupportsStepping, 1, 1) \
F(DebugPrepareStepInIfStepping, 1, 1) \
+ F(DebugPendingExceptionInPromise, 2, 1) \
F(FlattenString, 1, 1) \
F(LoadMutableDouble, 2, 1) \
F(TryMigrateInstance, 1, 1) \
« no previous file with comments | « src/promise.js ('k') | src/runtime.cc » ('j') | test/mjsunit/es6/debug-promises-uncaught.js » ('J')

Powered by Google App Engine