Module: wine Branch: master Commit: d541b525e40b9ff0c1f654dff95c6f70ae2de02b URL: http://source.winehq.org/git/wine.git/?a=commit;h=d541b525e40b9ff0c1f654dff9...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Feb 6 12:09:40 2015 +0100
jscript: Pass 'this' as jsdisp_t to getters.
---
dlls/jscript/array.c | 21 +++++++++++++-------- dlls/jscript/date.c | 11 ++++++++--- dlls/jscript/dispex.c | 6 +----- dlls/jscript/function.c | 24 +++++++++++++----------- dlls/jscript/jscript.h | 4 ++-- dlls/jscript/jsregexp.c | 45 ++++++++++++++++++++++++--------------------- dlls/jscript/number.c | 11 ++++++++--- dlls/jscript/object.c | 2 +- dlls/jscript/string.c | 15 ++++++++++----- 9 files changed, 80 insertions(+), 59 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d541b525e40b9ff0c1f654...