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

Unified Diff: src/builtins/builtins.h

Issue 2735563002: Migrate %TypedArray%.prototype.fill to C++ (Closed)
Patch Set: 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/builtins/builtins.h
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
index 902cd8dbfbee28da32f290b89cdc1329e840339d..c6b2797348baa69e3d1fd711eee40152a6440180 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -821,6 +821,8 @@ class Isolate;
TFJ(TypedArrayPrototypeValues, 0) \
/* ES6 #sec-%typedarray%.prototype.copywithin */ \
CPP(TypedArrayPrototypeCopyWithin) \
+ /* ES6 #sec-%typedarray%.prototype.fill */ \
+ CPP(TypedArrayPrototypeFill) \
\
/* Wasm */ \
TFS(WasmStackGuard, BUILTIN, kNoExtraICState, WasmRuntimeCall, 1) \

Powered by Google App Engine
This is Rietveld 408576698