Jacek Caban : jscript: Use jsval instead of VARIANT to pass arguments to builtin functions.

Alexandre Julliard julliard at winehq.org
Mon Sep 17 14:06:34 CDT 2012


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Sep 17 15:16:42 2012 +0200

jscript: Use jsval instead of VARIANT to pass arguments to builtin functions.

---

 dlls/jscript/activex.c  |    4 +-
 dlls/jscript/array.c    |  263 +++++++++++++++++++++++------------------------
 dlls/jscript/bool.c     |   12 +-
 dlls/jscript/date.c     |  190 +++++++++++++++++-----------------
 dlls/jscript/dispex.c   |  168 ++++++++++++++++++------------
 dlls/jscript/engine.c   |  146 +++++++++++++++++++++------
 dlls/jscript/error.c    |   72 ++++++-------
 dlls/jscript/function.c |  101 ++++++++----------
 dlls/jscript/global.c   |  119 ++++++++++-----------
 dlls/jscript/jscript.h  |   37 ++++---
 dlls/jscript/jsutils.c  |  175 ++++++++++++++++++++++++++++----
 dlls/jscript/math.c     |   78 +++++++-------
 dlls/jscript/number.c   |   28 +++---
 dlls/jscript/object.c   |   22 ++--
 dlls/jscript/regexp.c   |  139 +++++++++++--------------
 dlls/jscript/string.c   |  260 ++++++++++++++++++++++-------------------------
 dlls/jscript/vbarray.c  |   41 +++++---
 17 files changed, 1035 insertions(+), 820 deletions(-)

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



More information about the wine-cvs mailing list