Chromium Code Reviews

Unified Diff: src/heap-symbols.h

Issue 2541283002: [promises] Port ResolvePromise to TF (Closed)
Patch Set: add comments Created 4 years 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/heap-symbols.h
diff --git a/src/heap-symbols.h b/src/heap-symbols.h
index f6169863b5fcd20422df1d9921d15687816c611d..eadbbc4fb41fa8d470b27b3c40a0d1cd821f3f67 100644
--- a/src/heap-symbols.h
+++ b/src/heap-symbols.h
@@ -153,6 +153,7 @@
V(symbol_string, "symbol") \
V(Symbol_string, "Symbol") \
V(SyntaxError_string, "SyntaxError") \
+ V(then_string, "then") \
V(this_string, "this") \
V(throw_string, "throw") \
V(timed_out, "timed-out") \

Powered by Google App Engine