Jacek Caban : jscript: Use separated functions for implementing builtin call, get and set operation.
Module: wine Branch: master Commit: b7fae52964e53ab9d4250da8f5d09fe2bce40c80 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b7fae52964e53ab9d4250da8f5... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Feb 5 14:49:01 2015 +0100 jscript: Use separated functions for implementing builtin call, get and set operation. --- dlls/jscript/array.c | 73 ++++++-------- dlls/jscript/date.c | 21 +--- dlls/jscript/dispex.c | 46 ++++++--- dlls/jscript/function.c | 85 ++++++---------- dlls/jscript/jscript.h | 11 ++- dlls/jscript/jsregexp.c | 250 ++++++++++++++++++++---------------------------- dlls/jscript/number.c | 20 +--- dlls/jscript/object.c | 27 ++---- dlls/jscript/string.c | 50 ++++------ 9 files changed, 242 insertions(+), 341 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b7fae52964e53ab9d4250d...
participants (1)
-
Alexandre Julliard