| Index: src/builtins/builtins-definitions.h
|
| diff --git a/src/builtins/builtins-definitions.h b/src/builtins/builtins-definitions.h
|
| index 0db6f7848f8b9ea20be3852c3035588d957ca2ce..c8793cd90eb58c8370e15dc038fe040ee006224b 100644
|
| --- a/src/builtins/builtins-definitions.h
|
| +++ b/src/builtins/builtins-definitions.h
|
| @@ -889,6 +889,10 @@ namespace internal {
|
| CPP(TypedArrayPrototypeLastIndexOf) \
|
| /* ES6 #sec-%typedarray%.prototype.reverse */ \
|
| CPP(TypedArrayPrototypeReverse) \
|
| + /* ES6 %TypedArray%.prototype.every */ \
|
| + TFJ(TypedArrayPrototypeEvery, 2, kCallbackFn, kThisArg) \
|
| + /* ES6 %TypedArray%.prototype.some */ \
|
| + TFJ(TypedArrayPrototypeSome, 2, kCallbackFn, kThisArg) \
|
| \
|
| /* Wasm */ \
|
| ASM(WasmCompileLazy) \
|
|
|