| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 2137129d759a0d302e2ab73ac57f9ea357238505..9643315947bb8a15c04ab2ce760c1c5fd78c9b82 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -849,6 +849,8 @@ class Isolate;
|
| CPP(TypedArrayPrototypeIndexOf) \
|
| /* ES6 #sec-%typedarray%.prototype.indexof */ \
|
| CPP(TypedArrayPrototypeLastIndexOf) \
|
| + /* ES6 #sec-%typedarray%.prototype.slice */ \
|
| + CPP(TypedArrayPrototypeSlice) \
|
| \
|
| /* Wasm */ \
|
| TFS(WasmStackGuard, BUILTIN, kNoExtraICState, WasmRuntimeCall, 1) \
|
|
|