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

Unified Diff: src/builtins/builtins.h

Issue 2763473002: [typedarrays] Move %TypedArray%.prototype.slice to C++ (Closed)
Patch Set: rebase Created 3 years, 9 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 2f4fe30c957eb650236b2e367119867756268ec1..5fd2522b6091a3c4d1c6e2e59e6fb99aaad3ec82 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -919,6 +919,8 @@ class Isolate;
CPP(TypedArrayPrototypeLastIndexOf) \
/* ES6 #sec-%typedarray%.prototype.reverse */ \
CPP(TypedArrayPrototypeReverse) \
+ /* ES6 #sec-%typedarray%.prototype.slice */ \
+ CPP(TypedArrayPrototypeSlice) \
\
/* Wasm */ \
ASM(WasmCompileLazy) \

Powered by Google App Engine
This is Rietveld 408576698