Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 8695fad166630c7c962f77e01931cc4ac4ea1e0a..f211e8fae3e1acf0a1df1da988e633898be1b854 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1266,6 +1266,10 @@ Type* Typer::Visitor::TypeJSCreateFunctionContext(Node* node) { |
return Type::OtherInternal(); |
} |
+Type* Typer::Visitor::TypeJSCreateEvalContext(Node* node) { |
+ return Type::OtherInternal(); |
+} |
+ |
Type* Typer::Visitor::TypeJSCreateCatchContext(Node* node) { |
return Type::OtherInternal(); |
} |