| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 1b4eb4a56c3b3e44addba1d5a11f7e4f9a33acda..c0c78d4ef9cc94f52132f221573e4bb72f77f68e 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -293,6 +293,9 @@ class Isolate;
|
| /* ES6 #sec-array.prototype.some */ \
|
| TFJ(ArraySomeLoopContinuation, 6) \
|
| TFJ(ArraySome, 2, kCallbackFn, kThisArg) \
|
| + /* ES6 #sec-array.prototype.filter */ \
|
| + TFJ(ArrayFilterLoopContinuation, 6) \
|
| + TFJ(ArrayFilter, 2, kCallbackFn, kThisArg) \
|
| /* ES6 #sec-array.prototype.entries */ \
|
| TFJ(ArrayPrototypeEntries, 0) \
|
| /* ES6 #sec-array.prototype.keys */ \
|
|
|