Jacek Caban : jscript: Use host global object as default 'this' if available and global object otherwise.

Alexandre Julliard julliard at winehq.org
Mon Sep 28 11:54:36 CDT 2009


Module: wine
Branch: master
Commit: d833314c7008afcf5d90ab038d18935196591e5f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d833314c7008afcf5d90ab038d18935196591e5f

Author: Jacek Caban <jacek at 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=d833314c7008afcf5d90ab038d18935196591e5f



More information about the wine-cvs mailing list