Module: wine Branch: master Commit: f8c2b42de44eafe53f2f39afbe9d8289310b10e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=f8c2b42de44eafe53f2f39afbe...
Author: Jacek Caban jacek@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=f8c2b42de44eafe53f2f39...