Index: src/arm/codegen-arm.h |
=================================================================== |
--- src/arm/codegen-arm.h (revision 2290) |
+++ src/arm/codegen-arm.h (working copy) |
@@ -340,7 +340,8 @@ |
void GenerateArgumentsLength(ZoneList<Expression*>* args); |
void GenerateArgumentsAccess(ZoneList<Expression*>* args); |
- // Support for accessing the value field of an object (used by Date). |
+ // Support for accessing the class and value fields of an object. |
+ void GenerateClassOf(ZoneList<Expression*>* args); |
void GenerateValueOf(ZoneList<Expression*>* args); |
void GenerateSetValueOf(ZoneList<Expression*>* args); |