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

Unified Diff: src/heap-symbols.h

Issue 2415023002: [promises] Move async debug event creation to c++ (Closed)
Patch Set: address review comments Created 4 years, 2 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/factory.cc ('k') | src/isolate.cc » ('j') | src/isolate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap-symbols.h
diff --git a/src/heap-symbols.h b/src/heap-symbols.h
index 2863a06e443cd51a88cb2673d65287ba002b609b..5cb4b08573874fd7e54632244b3f8788e0df8d8f 100644
--- a/src/heap-symbols.h
+++ b/src/heap-symbols.h
@@ -53,6 +53,7 @@
V(default_string, "default") \
V(defineProperty_string, "defineProperty") \
V(deleteProperty_string, "deleteProperty") \
+ V(did_handle_string, "didHandle") \
V(display_name_string, "displayName") \
V(done_string, "done") \
V(dot_result_string, ".result") \
@@ -171,6 +172,7 @@
V(value_string, "value") \
V(WeakMap_string, "WeakMap") \
V(WeakSet_string, "WeakSet") \
+ V(will_handle_string, "willHandle") \
adamk 2016/10/14 20:34:51 Nit: "i" goes after "e" :)
gsathya 2016/10/14 22:21:27 Done.
V(weekday_string, "weekday") \
V(writable_string, "writable") \
V(year_string, "year")
« no previous file with comments | « src/factory.cc ('k') | src/isolate.cc » ('j') | src/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698