| Index: src/compiler/simplified-operator.h
|
| diff --git a/src/compiler/simplified-operator.h b/src/compiler/simplified-operator.h
|
| index 969c33070edea3df44534bf6670bc9588fa83b72..3bbe4a50caddbefbd4d2d2f61d31557b357c3834 100644
|
| --- a/src/compiler/simplified-operator.h
|
| +++ b/src/compiler/simplified-operator.h
|
| @@ -419,6 +419,8 @@ class V8_EXPORT_PRIVATE SimplifiedOperatorBuilder final
|
| const Operator* ObjectIsString();
|
| const Operator* ObjectIsUndetectable();
|
|
|
| + const Operator* TypeOfIsFunction();
|
| +
|
| // new-rest-parameter-elements
|
| const Operator* NewRestParameterElements(int parameter_count);
|
|
|
|
|