Chromium Code Reviews| Index: src/math.js |
| diff --git a/src/math.js b/src/math.js |
| index 70b8c57cae5c48058c14ce76fdf756f2aabb3739..d3bfd232ac87038975f823518eaf32ad56cc1983 100644 |
| --- a/src/math.js |
| +++ b/src/math.js |
| @@ -196,6 +196,7 @@ function MathTan(x) { |
| // ------------------------------------------------------------------- |
| function SetupMath() { |
|
Erik Corry
2011/08/31 05:46:04
SetUpMath
|
| + %AssertIsBootstrapping(); |
| // Setup math constants. |
| // ECMA-262, section 15.8.1.1. |
| %OptimizeObjectForAddingMultipleProperties($Math, 8); |