Gabriel Ivăncescu : jscript: Implement Number.prototype.toLocaleString.
Module: wine Branch: master Commit: 8aefdf48f9846e05aeef3c7ce2374401982b98b4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8aefdf48f9846e05aeef3c7ce... Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Date: Tue May 3 18:17:06 2022 +0300 jscript: Implement Number.prototype.toLocaleString. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=8aefdf48f9846e05aeef3...
participants (1)
-
Alexandre Julliard