[PATCH 1/9] jscript: Add Object.defineProperty implementation.
May 11, 2018
7:43 a.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/jscript/dispex.c | 81 +++++++++++++++ dlls/jscript/jscript.h | 11 +++ dlls/jscript/jscript.rc | 4 + dlls/jscript/object.c | 200 +++++++++++++++++++++++++++++++++++++- dlls/jscript/resource.h | 6 ++ dlls/mshtml/tests/documentmode.js | 1 + dlls/mshtml/tests/es5.js | 99 ++++++++++++++++++- dlls/mshtml/tests/winetest.js | 4 + 8 files changed, 400 insertions(+), 6 deletions(-)
2876
Age (days ago)
2876
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban