| Index: src/ia32/codegen-ia32.h
|
| ===================================================================
|
| --- src/ia32/codegen-ia32.h (revision 3937)
|
| +++ src/ia32/codegen-ia32.h (working copy)
|
| @@ -588,6 +588,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 transcendental functions.
|
| void GenerateMathSin(ZoneList<Expression*>* args);
|
| void GenerateMathCos(ZoneList<Expression*>* args);
|
|
|