Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 2290) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -529,7 +529,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); |