| Index: src/arm/codegen-arm.h
|
| ===================================================================
|
| --- src/arm/codegen-arm.h (revision 3644)
|
| +++ src/arm/codegen-arm.h (working copy)
|
| @@ -341,6 +341,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);
|
|
|