Module: wine Branch: master Commit: a015c626438dc8cba445242c68d4175f381b2128 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a015c626438dc8cba445242c6... Author: Andreas Maier <staubim(a)quantentunnel.de> Date: Fri May 17 16:26:36 2019 +0200 jscript: Implement Enumerator object. Signed-off-by: Andreas Maier <staubim(a)quantentunnel.de> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/jscript/enumerator.c | 262 +++++++++++++++++++++++++++++++++++++--------- dlls/jscript/jscript.h | 3 +- dlls/jscript/object.c | 2 +- dlls/jscript/resource.h | 1 + dlls/jscript/tests/api.js | 6 +- 5 files changed, 217 insertions(+), 57 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a015c626438dc8cba4452...