| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 29994f6a4f65315896e88d0a7b8bd4231981a638..12a35b65132130297c42e3b716dd51cdb2d232ad 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -155,6 +155,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) {
|
| case Runtime::kForInDone:
|
| case Runtime::kForInStep:
|
| case Runtime::kGetSuperConstructor:
|
| + case Runtime::kIsFunction:
|
| case Runtime::kNewClosure:
|
| case Runtime::kNewClosure_Tenured:
|
| case Runtime::kNewFunctionContext:
|
|
|