| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index ae94669160c245284383e6b5cc9190941578dfdb..5ccf35fdb416d106a6f301c1975084bb3a4595fd 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -827,6 +827,8 @@ class Isolate;
|
| CPP(TypedArrayPrototypeIncludes) \
|
| /* ES6 #sec-%typedarray%.prototype.indexof */ \
|
| CPP(TypedArrayPrototypeIndexOf) \
|
| + /* ES6 #sec-%typedarray%.prototype.indexof */ \
|
| + CPP(TypedArrayPrototypeLastIndexOf) \
|
| \
|
| /* Wasm */ \
|
| TFS(WasmStackGuard, BUILTIN, kNoExtraICState, WasmRuntimeCall, 1) \
|
|
|