Jacek Caban : jscript: Use host global object as default 'this' if available and global object otherwise.
Module: wine Branch: master Commit: d833314c7008afcf5d90ab038d18935196591e5f URL: http://source.winehq.org/git/wine.git/?a=commit;h=d833314c7008afcf5d90ab038d... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Sun Sep 27 20:59:28 2009 +0200 jscript: Use host global object as default 'this' if available and global object otherwise. --- dlls/jscript/engine.c | 22 +++++----- dlls/jscript/engine.h | 2 +- dlls/jscript/function.c | 47 +++++------------------ dlls/jscript/jscript.c | 27 ++++++------- dlls/jscript/jscript.h | 3 +- dlls/jscript/tests/jscript.c | 19 +++++++++ dlls/jscript/tests/run.c | 85 +++++++++++++++++++++++++++++++++++++++--- 7 files changed, 136 insertions(+), 69 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d833314c7008afcf5d90ab...
participants (1)
-
Alexandre Julliard