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

Unified Diff: src/heap-symbols.h

Issue 2459283004: [promises] Move CreateResolvingFunctions to c++ (Closed)
Patch Set: fix test Created 4 years, 1 month 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 cee900048ed70cfcee1eb8bfcf0652d1df5a2a30..82bca14e811fa745adff82b8544fd493afaa536a 100644
--- a/src/heap-symbols.h
+++ b/src/heap-symbols.h
@@ -135,6 +135,8 @@
V(RangeError_string, "RangeError") \
V(ReferenceError_string, "ReferenceError") \
V(RegExp_string, "RegExp") \
+ V(reject_string, "reject") \
+ V(resolve_string, "resolve") \
adamk 2016/11/08 18:09:55 Won't need these if you go with the array-based ap
gsathya 2016/11/08 20:03:19 Done.
V(script_string, "script") \
V(second_string, "second") \
V(setPrototypeOf_string, "setPrototypeOf") \

Powered by Google App Engine
This is Rietveld 408576698