| Index: src/ia32/codegen-ia32.h
|
| diff --git a/src/ia32/codegen-ia32.h b/src/ia32/codegen-ia32.h
|
| index 06066115ddef834609c494577ee3c094fce4b50c..3681d77c44ee72e1bf9c8b93d8c6621500171408 100644
|
| --- a/src/ia32/codegen-ia32.h
|
| +++ b/src/ia32/codegen-ia32.h
|
| @@ -563,6 +563,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);
|
|
|
|
|