jscript: Allow 'this' to be host object in builtin functions.
authorJacek Caban <jacek@codeweavers.com>
Wed, 23 Sep 2009 14:18:39 +0000 (16:18 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 23 Sep 2009 14:25:23 +0000 (16:25 +0200)
commitf8c2b42de44eafe53f2f39afbe9d8289310b10e1
tree0bffb0056c086fe9da727622d73740c73a647118
parent5dcd182e8f9052e719c58372caba76ac57e4e4d4
jscript: Allow 'this' to be host object in builtin functions.
13 files changed:
dlls/jscript/array.c
dlls/jscript/bool.c
dlls/jscript/date.c
dlls/jscript/dispex.c
dlls/jscript/error.c
dlls/jscript/function.c
dlls/jscript/global.c
dlls/jscript/jscript.h
dlls/jscript/math.c
dlls/jscript/number.c
dlls/jscript/object.c
dlls/jscript/regexp.c
dlls/jscript/string.c