| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 635afb68cadf913b6a802dbe8d10a432b359b03d..eaeb4603346a654385514eacacd3c290f3c7a123 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1258,6 +1258,11 @@ Type* Typer::Visitor::TypeJSStoreDataPropertyInLiteral(Node* node) {
|
| return nullptr;
|
| }
|
|
|
| +Type* Typer::Visitor::TypeJSCollectTypeProfile(Node* node) {
|
| + UNREACHABLE();
|
| + return nullptr;
|
| +}
|
| +
|
| Type* Typer::Visitor::TypeJSDeleteProperty(Node* node) {
|
| return Type::Boolean();
|
| }
|
|
|