| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index aa699f3f79d4945335189e252c06bbe4b991c5f7..6516aedc7b1a419f9e6bcdf2ab336a956210e24c 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1236,6 +1236,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();
|
| }
|
|
|