| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 5e6f5855e15f10525001f575d475685ca9fd3a16..4443d9303cd82b1da3d37bb2121dbc50d6a05e8a 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -823,6 +823,8 @@ class Isolate;
|
| TFJ(TypedArrayPrototypeValues, 0) \
|
| /* ES6 #sec-%typedarray%.prototype.copywithin */ \
|
| CPP(TypedArrayPrototypeCopyWithin) \
|
| + /* ES6 #sec-%typedarray%.prototype.fill */ \
|
| + CPP(TypedArrayPrototypeFill) \
|
| /* ES7 #sec-%typedarray%.prototype.includes */ \
|
| CPP(TypedArrayPrototypeIncludes) \
|
| \
|
|
|