Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 2642a1007a4e502a2b9cef8037ead3dd68cae9cf..99c8fa887267fdf0358191a23aa197158d81aad6 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -1233,6 +1233,10 @@ Type* Typer::Visitor::TypeJSStoreGlobal(Node* node) { |
return nullptr; |
} |
+Type* Typer::Visitor::TypeJSStoreDataPropertyInLiteral(Node* node) { |
+ UNREACHABLE(); |
+ return nullptr; |
+} |
Type* Typer::Visitor::TypeJSDeleteProperty(Node* node) { |
return Type::Boolean(); |