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

Unified Diff: src/js/prologue.js

Issue 2338273007: async/await: Don't trigger uncaught rejection handlers on throwaway Promises (Closed)
Patch Set: Created 4 years, 3 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 | « src/js/harmony-async-await.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index 6c7e1ad8fe7f542a41f216237515c210e8473097..bea012ca7bbb9755b7def06b2709a801f3ebcaf4 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -221,6 +221,7 @@ function PostNatives(utils) {
"promise_state_symbol",
"promise_await_handler_symbol",
"promise_handled_hint_symbol",
+ "promise_has_handler_symbol",
"object_freeze",
"object_is_frozen",
"object_is_sealed",
« no previous file with comments | « src/js/harmony-async-await.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698