Alexandre Julliard pushed to branch master at wine / wine
Commits: a6479983 by Gabriel Ivăncescu at 2025-11-05T18:56:04+01:00 jscript: Add initial implementation of Typed Arrays.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - dee6b324 by Gabriel Ivăncescu at 2025-11-05T18:56:17+01:00 jscript: Expose Typed Array constructor's BYTES_PER_ELEMENT prop.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 7d1b836d by Gabriel Ivăncescu at 2025-11-05T18:56:28+01:00 jscript: Implement Typed Array construction on ArrayBuffers.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 6eb1f431 by Gabriel Ivăncescu at 2025-11-05T18:56:37+01:00 jscript: Implement ArrayBuffer.isView.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - aee385a8 by Gabriel Ivăncescu at 2025-11-05T18:56:46+01:00 jscript: Implement Typed Array construction from objects.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 90daa268 by Gabriel Ivăncescu at 2025-11-05T18:57:44+01:00 jscript: Implement 'subarray' for Typed Arrays.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - f85ad300 by Gabriel Ivăncescu at 2025-11-05T18:58:31+01:00 jscript: Implement 'set' for Typed Arrays.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - -
58 changed files:
- dlls/jscript/arraybuf.c - dlls/jscript/error.c - dlls/jscript/jscript.h - dlls/jscript/jscript.rc - dlls/jscript/jsutils.c - dlls/jscript/resource.h - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/es5.js - po/ar.po - po/ast.po - po/bg.po - po/ca.po - po/cs.po - po/da.po - po/de.po - po/el.po - po/en.po - po/en_US.po - po/eo.po - po/es.po - po/fa.po - po/fi.po - po/fr.po - po/he.po - po/hi.po - po/hr.po - po/hu.po - po/it.po - po/ja.po - po/ka.po - po/ko.po - po/lt.po - po/ml.po - po/nb_NO.po - po/nl.po - po/or.po - po/pa.po - po/pl.po - po/pt_BR.po - po/pt_PT.po - po/rm.po - po/ro.po - po/ru.po - po/si.po - po/sk.po - po/sl.po - po/sr_RS@cyrillic.po - po/sr_RS@latin.po - po/sv.po - po/ta.po - po/te.po - po/th.po - po/tr.po - po/uk.po - po/wa.po - po/wine.pot - po/zh_CN.po - po/zh_TW.po
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f03b8f0c907d9682d02fa40785a19b...