Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 98ced789a4d7c60921b710faa32543f527bb6bb4..ef9c60d0da81657d14579a58fc91acfb776ad603 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -855,6 +855,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) \ |
/* ES6 #sec-%typedarray%.prototype.indexof */ \ |