Gabriel Ivăncescu : jscript: Implement Number.prototype.toLocaleString.

Alexandre Julliard julliard at winehq.org
Tue May 3 15:39:25 CDT 2022


Module: wine
Branch: master
Commit: 8aefdf48f9846e05aeef3c7ce2374401982b98b4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8aefdf48f9846e05aeef3c7ce2374401982b98b4

Author: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Date:   Tue May  3 18:17:06 2022 +0300

jscript: Implement Number.prototype.toLocaleString.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/jscript/jscript.h     |  1 +
 dlls/jscript/number.c      | 84 ++++++++++++++++++++++++++++++++++++++++++++--
 dlls/jscript/tests/api.js  |  7 ++++
 dlls/jscript/tests/run.c   | 37 +++++++++++++++++++-
 dlls/mshtml/tests/es5.js   | 50 +++++++++++++++++++++++++++
 dlls/mshtml/tests/script.c | 36 +++++++++++++++++++-
 6 files changed, 211 insertions(+), 4 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=8aefdf48f9846e05aeef3c7ce2374401982b98b4



More information about the wine-cvs mailing list