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