| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 65f06a4e859fdaeaf2e0274da779590810cad81b..de3f287b868b64319d22540665bd23c2d95a7c2d 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -450,6 +450,8 @@ namespace internal {
|
| ASM(MathMin) \
|
| /* ES6 section 20.2.2.26 Math.pow ( x, y ) */ \
|
| TFJ(MathPow, 3) \
|
| + /* ES6 section 20.2.2.27 Math.random */ \
|
| + TFJ(MathRandom, 1) \
|
| /* ES6 section 20.2.2.28 Math.round ( x ) */ \
|
| TFJ(MathRound, 2) \
|
| /* ES6 section 20.2.2.29 Math.sign ( x ) */ \
|
|
|