| Index: src/compiler/typer.cc
|
| diff --git a/src/compiler/typer.cc b/src/compiler/typer.cc
|
| index 69d95fb72b582a9671efdc8a341304fae76cd22b..3a77ec311c82235384419364dbaa027990016117 100644
|
| --- a/src/compiler/typer.cc
|
| +++ b/src/compiler/typer.cc
|
| @@ -1535,6 +1535,7 @@ Bounds Typer::Visitor::TypeJSCallRuntime(Node* node) {
|
| case Runtime::kInlineIsSmi:
|
| case Runtime::kInlineIsNonNegativeSmi:
|
| case Runtime::kInlineIsArray:
|
| + case Runtime::kInlineIsDate:
|
| case Runtime::kInlineIsTypedArray:
|
| case Runtime::kInlineIsMinusZero:
|
| case Runtime::kInlineIsFunction:
|
|
|