| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 82572927bb363855ba081f2aefb9c7b253a840d3..327014e7db1d042bfc47b5f468b7a3c60e1e3310 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -848,6 +848,10 @@ Type* Typer::Visitor::TypeArgumentsElementsState(Node* node) {
|
| return Type::Internal();
|
| }
|
|
|
| +Type* Typer::Visitor::TypeArgumentsLengthState(Node* node) {
|
| + return Type::Internal();
|
| +}
|
| +
|
| Type* Typer::Visitor::TypeObjectState(Node* node) { return Type::Internal(); }
|
|
|
| Type* Typer::Visitor::TypeTypedObjectState(Node* node) {
|
|
|