Index: src/compiler/typer.cc |
diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc |
index 15229b60d4cfa80bd4ade16a77c1f8b8bde2ab62..d146127177b03a718624dad201ae67da19e53683 100644 |
--- a/src/compiler/typer.cc |
+++ b/src/compiler/typer.cc |
@@ -732,6 +732,11 @@ Bounds Typer::Visitor::TypeStateValues(Node* node) { |
} |
+Bounds Typer::Visitor::TypeTypedStateValues(Node* node) { |
+ return Bounds(Type::None(zone()), Type::Internal(zone())); |
+} |
+ |
+ |
Bounds Typer::Visitor::TypeCall(Node* node) { |
return Bounds::Unbounded(zone()); |
} |