jscript: Store function arguments on JS stack and transfer them to variable object...
commit5e4d3826ece2c4816fb9fd6ee163d904068fcb1f
authorJacek Caban <jacek@codeweavers.com>
Thu, 28 Jul 2016 16:44:43 +0000 (28 18:44 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 29 Jul 2016 02:59:27 +0000 (29 11:59 +0900)
tree3ca5d6f69bd07e06796f3646481ca2293ed16953
parentba2e025b94fa3705d439803a545129c32e8818af
jscript: Store function arguments on JS stack and transfer them to variable object only when needed.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/jscript/engine.c
dlls/jscript/engine.h
dlls/jscript/function.c
dlls/jscript/global.c
dlls/jscript/jscript.c