Index: src/code-factory.h |
diff --git a/src/code-factory.h b/src/code-factory.h |
index b6bbe8c305e1024db3b448a02373c3c545ad08e1..c0df85029616fd663b0c0cd29a46f17f5a5a8a48 100644 |
--- a/src/code-factory.h |
+++ b/src/code-factory.h |
@@ -150,6 +150,7 @@ class CodeFactory final { |
static Callable Construct(Isolate* isolate); |
static Callable ConstructFunction(Isolate* isolate); |
static Callable HasProperty(Isolate* isolate); |
+ static Callable ForInFilter(Isolate* isolate); |
static Callable InterpreterPushArgsAndCall( |
Isolate* isolate, TailCallMode tail_call_mode, |