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

Unified Diff: src/heap-symbols.h

Issue 2276243002: Mark await expressions as caught or uncaught (Closed)
Patch Set: Clean up tests 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
Index: src/heap-symbols.h
diff --git a/src/heap-symbols.h b/src/heap-symbols.h
index 951f3a64db3db4249b324696f539a71d7ac28b65..a61a095403338c68eebc3a65309b372366c5b8f2 100644
--- a/src/heap-symbols.h
+++ b/src/heap-symbols.h
@@ -199,10 +199,11 @@
V(normal_ic_symbol) \
V(not_mapped_symbol) \
V(premonomorphic_symbol) \
+ V(promise_await_handler_symbol) \
V(promise_combined_deferred_symbol) \
V(promise_debug_marker_symbol) \
- V(promise_deferred_reactions_symbol) \
V(promise_fulfill_reactions_symbol) \
+ V(promise_handled_hint_symbol) \
V(promise_has_handler_symbol) \
V(promise_raw_symbol) \
V(promise_reject_reactions_symbol) \

Powered by Google App Engine
This is Rietveld 408576698