Module: wine Branch: master Commit: 88c0f72bbffebaa034a946fb0fa3979f9d726232 URL: https://gitlab.winehq.org/wine/wine/-/commit/88c0f72bbffebaa034a946fb0fa3979...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Feb 12 17:47:11 2024 +0200
jscript: Add initial implementation of ArrayBuffer.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/jscript/Makefile.in | 1 + dlls/jscript/arraybuf.c | 189 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/jscript/global.c | 4 + dlls/jscript/jscript.h | 5 +- dlls/jscript/object.c | 1 + dlls/mshtml/tests/es5.js | 48 ++++++++++++ 6 files changed, 247 insertions(+), 1 deletion(-)