Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 2290) |
+++ src/x64/codegen-x64.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); |