| Index: src/arm/codegen-arm.h
|
| ===================================================================
|
| --- src/arm/codegen-arm.h (revision 3937)
|
| +++ src/arm/codegen-arm.h (working copy)
|
| @@ -393,6 +393,9 @@
|
| // Fast support for number to string.
|
| void GenerateNumberToString(ZoneList<Expression*>* args);
|
|
|
| + // Fast support for Math.pow().
|
| + void GeneratePow(ZoneList<Expression*>* args);
|
| +
|
| // Fast call to sine function.
|
| void GenerateMathSin(ZoneList<Expression*>* args);
|
| void GenerateMathCos(ZoneList<Expression*>* args);
|
|
|