| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index c638535727f1c9593c001fb90e9333d2481dd1fa..0a7d55d82e76d8434fecf657418d78e1c09517d2 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1519,6 +1519,12 @@ Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) {
|
|
|
|
|
| Bounds Typer::Visitor::TypeJSDebugger(Node* node) {
|
| + UNREACHABLE();
|
| + return Bounds();
|
| +}
|
| +
|
| +
|
| +Bounds Typer::Visitor::TypeJSStackCheck(Node* node) {
|
| return Bounds::Unbounded(zone());
|
| }
|
|
|
|
|