Jacek Caban : jscript: Store function arguments on JS stack and transfer them to variable object only when needed.

Alexandre Julliard julliard at winehq.org
Fri Jul 29 10:17:08 CDT 2016


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jul 28 18:44:43 2016 +0200

jscript: Store function arguments on JS stack and transfer them to variable object only when needed.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/jscript/engine.c   | 133 ++++++++++++++++++++++++++++++++++++++++--------
 dlls/jscript/engine.h   |   9 +++-
 dlls/jscript/function.c |  83 +++++++++++-------------------
 dlls/jscript/global.c   |   4 +-
 dlls/jscript/jscript.c  |   4 +-
 5 files changed, 155 insertions(+), 78 deletions(-)

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



More information about the wine-cvs mailing list