Jacek Caban : jscript: Added Function. toString implementation for builtin functions.

Alexandre Julliard julliard at winehq.org
Thu Sep 17 13:52:53 CDT 2009


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Sep 17 01:04:44 2009 +0200

jscript: Added Function.toString implementation for builtin functions.

---

 dlls/jscript/array.c      |    4 +++-
 dlls/jscript/bool.c       |    4 +++-
 dlls/jscript/date.c       |    4 +++-
 dlls/jscript/dispex.c     |    3 ++-
 dlls/jscript/error.c      |    2 +-
 dlls/jscript/function.c   |   32 +++++++++++++++++++++++++-------
 dlls/jscript/jscript.h    |    2 +-
 dlls/jscript/number.c     |    4 +++-
 dlls/jscript/object.c     |    4 +++-
 dlls/jscript/regexp.c     |    4 +++-
 dlls/jscript/string.c     |    5 ++++-
 dlls/jscript/tests/api.js |   11 +++++++++++
 12 files changed, 62 insertions(+), 17 deletions(-)

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



More information about the wine-cvs mailing list