| Index: src/x64/codegen-x64.h
|
| ===================================================================
|
| --- src/x64/codegen-x64.h (revision 3644)
|
| +++ src/x64/codegen-x64.h (working copy)
|
| @@ -514,6 +514,7 @@
|
| void GenerateIsArray(ZoneList<Expression*>* args);
|
| void GenerateIsObject(ZoneList<Expression*>* args);
|
| void GenerateIsFunction(ZoneList<Expression*>* args);
|
| + void GenerateIsUndetectableObject(ZoneList<Expression*>* args);
|
|
|
| // Support for construct call checks.
|
| void GenerateIsConstructCall(ZoneList<Expression*>* args);
|
|
|