jscript: Added new variable representation and use it for internal function return...
authorJacek Caban <jacek@codeweavers.com>
Mon, 17 Sep 2012 13:16:20 +0000 (15:16 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 17 Sep 2012 16:27:17 +0000 (18:27 +0200)
commit932b3dd088388ed2d3ca1e5d992cc86473b3260a
tree113703da0e91ed3213cc07cc4fc7251a4073d670
parentb57323a61e497923bd922d076a4cc47289e6b834
jscript: Added new variable representation and use it for internal function return values.
18 files changed:
dlls/jscript/activex.c
dlls/jscript/array.c
dlls/jscript/bool.c
dlls/jscript/date.c
dlls/jscript/dispex.c
dlls/jscript/engine.c
dlls/jscript/error.c
dlls/jscript/function.c
dlls/jscript/global.c
dlls/jscript/jscript.h
dlls/jscript/jsutils.c
dlls/jscript/jsval.h [new file with mode: 0644]
dlls/jscript/math.c
dlls/jscript/number.c
dlls/jscript/object.c
dlls/jscript/regexp.c
dlls/jscript/string.c
dlls/jscript/vbarray.c