| Index: src/conversions.h
|
| diff --git a/src/conversions.h b/src/conversions.h
|
| index 1b76ac5b67606310acea32ccfb6120d58416b469..6a28b5f1ea0209036955e71fdbb22fd5873db08b 100644
|
| --- a/src/conversions.h
|
| +++ b/src/conversions.h
|
| @@ -77,6 +77,10 @@ inline double FastUI2D(unsigned x) {
|
| }
|
|
|
|
|
| +// This function should match the exact semantics of ECMA-262 20.2.2.17.
|
| +inline float DoubleToFloat32(double x);
|
| +
|
| +
|
| // This function should match the exact semantics of ECMA-262 9.4.
|
| inline double DoubleToInteger(double x);
|
|
|
|
|