| Index: src/codegen-arm.h
|
| diff --git a/src/codegen-arm.h b/src/codegen-arm.h
|
| index 42a05eca6f5edebcefcb0fa1cbffcfe65d7b2b20..18f7a9212b643eaf1f384d024b97556f290d93c7 100644
|
| --- a/src/codegen-arm.h
|
| +++ b/src/codegen-arm.h
|
| @@ -195,6 +195,8 @@ class CodeGenerator: public AstVisitor {
|
| Handle<Script> script,
|
| bool is_eval);
|
|
|
| + static bool ShouldGenerateLog(Expression* type);
|
| +
|
| static void SetFunctionInfo(Handle<JSFunction> fun,
|
| int length,
|
| int function_token_position,
|
| @@ -324,6 +326,8 @@ class CodeGenerator: public AstVisitor {
|
| // Fast support for object equality testing.
|
| void GenerateObjectEquals(ZoneList<Expression*>* args);
|
|
|
| + void GenerateLog(ZoneList<Expression*>* args);
|
| +
|
| // Methods and constants for fast case switch statement support.
|
| //
|
| // Only allow fast-case switch if the range of labels is at most
|
|
|