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

Unified Diff: src/heap-symbols.h

Issue 2671233002: [typedarrays] move %TypedArray%.prototype.copyWithin to C++ (Closed)
Patch Set: alphabetize JSTests.json Created 3 years, 10 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 1d381a346ae960bab3bab40021fb0a10e8f9f7e2..df1a2e8f305edaafd6354c280a3c3e6bc1137b37 100644
--- a/src/heap-symbols.h
+++ b/src/heap-symbols.h
@@ -50,6 +50,7 @@
V(configurable_string, "configurable") \
V(constructor_string, "constructor") \
V(construct_string, "construct") \
+ V(copyWithin_string, "copyWithin") \
Benedikt Meurer 2017/02/06 03:54:33 Avoid this. See comment in bootstrapped.cc
V(create_string, "create") \
V(Date_string, "Date") \
V(dayperiod_string, "dayperiod") \

Powered by Google App Engine
This is Rietveld 408576698