Index: src/x64/codegen-x64.h |
diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h |
index 744be57be535a228cee3beda30fda53dd988303b..62f82a28e9aa57de2a534a3284794228dce0f465 100644 |
--- a/src/x64/codegen-x64.h |
+++ b/src/x64/codegen-x64.h |
@@ -547,6 +547,9 @@ class CodeGenerator: public AstVisitor { |
// Fast support for charCodeAt(n). |
void GenerateFastCharCodeAt(ZoneList<Expression*>* args); |
+ // Fast support for string.charAt(n) and string[n]. |
+ void GenerateCharFromCode(ZoneList<Expression*>* args); |
+ |
// Fast support for object equality testing. |
void GenerateObjectEquals(ZoneList<Expression*>* args); |