Jacek Caban : jscript: Allow 'this' to be host object in builtin functions.

Alexandre Julliard julliard at winehq.org
Wed Sep 23 11:03:56 CDT 2009


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Sep 23 16:18:39 2009 +0200

jscript: Allow 'this' to be host object in builtin functions.

---

 dlls/jscript/array.c    |  248 +++++++++++++------------
 dlls/jscript/bool.c     |   24 ++-
 dlls/jscript/date.c     |  311 +++++++++++++++----------------
 dlls/jscript/dispex.c   |   37 +++-
 dlls/jscript/error.c    |   37 ++--
 dlls/jscript/function.c |   55 +++---
 dlls/jscript/global.c   |   68 ++++----
 dlls/jscript/jscript.h  |   78 ++++++++-
 dlls/jscript/math.c     |   52 +++---
 dlls/jscript/number.c   |   41 +++--
 dlls/jscript/object.c   |   39 +++--
 dlls/jscript/regexp.c   |   39 +++--
 dlls/jscript/string.c   |  480 +++++++++++++++--------------------------------
 13 files changed, 736 insertions(+), 773 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=f8c2b42de44eafe53f2f39afbe9d8289310b10e1



More information about the wine-cvs mailing list