Jacek Caban : jscript: Store current scope chain in call_frame_t.
Module: wine Branch: master Commit: 49ecfa950b207c97155dc285d5456e7caf74cb9f URL: http://source.winehq.org/git/wine.git/?a=commit;h=49ecfa950b207c97155dc285d5... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Mar 25 12:04:13 2016 +0100 jscript: Store current scope chain in call_frame_t. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/jscript/engine.c | 47 ++++++++++++++++++++++------------------------- dlls/jscript/engine.h | 9 +++++---- dlls/jscript/function.c | 8 ++++---- dlls/jscript/global.c | 5 +++-- dlls/jscript/jscript.c | 8 ++++---- 5 files changed, 38 insertions(+), 39 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=49ecfa950b207c97155dc2...
participants (1)
-
Alexandre Julliard