| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index c2614bfb19f5cec3d226a180b063495770cd71f9..9998642adcd0598ae47479982657b5574910a680 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -825,6 +825,8 @@ class Isolate;
|
| CPP(TypedArrayPrototypeCopyWithin) \
|
| /* ES7 #sec-%typedarray%.prototype.includes */ \
|
| CPP(TypedArrayPrototypeIncludes) \
|
| + /* ES6 #sec-%typedarray%.prototype.indexof */ \
|
| + CPP(TypedArrayPrototypeIndexOf) \
|
| \
|
| /* Wasm */ \
|
| TFS(WasmStackGuard, BUILTIN, kNoExtraICState, WasmRuntimeCall, 1) \
|
|
|