| Index: src/codegen-arm.h
|
| ===================================================================
|
| --- src/codegen-arm.h (revision 1032)
|
| +++ src/codegen-arm.h (working copy)
|
| @@ -144,6 +144,8 @@
|
| Handle<Script> script,
|
| bool is_eval);
|
|
|
| + static bool ShouldGenerateLog(Expression* type);
|
| +
|
| static void SetFunctionInfo(Handle<JSFunction> fun,
|
| int length,
|
| int function_token_position,
|
| @@ -282,6 +284,8 @@
|
| // 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
|
|
|