| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 902cd8dbfbee28da32f290b89cdc1329e840339d..c6b2797348baa69e3d1fd711eee40152a6440180 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -821,6 +821,8 @@ class Isolate;
|
| TFJ(TypedArrayPrototypeValues, 0) \
|
| /* ES6 #sec-%typedarray%.prototype.copywithin */ \
|
| CPP(TypedArrayPrototypeCopyWithin) \
|
| + /* ES6 #sec-%typedarray%.prototype.fill */ \
|
| + CPP(TypedArrayPrototypeFill) \
|
| \
|
| /* Wasm */ \
|
| TFS(WasmStackGuard, BUILTIN, kNoExtraICState, WasmRuntimeCall, 1) \
|
|
|