Jacek Caban : jscript: Added bytecode version of try statement.

Alexandre Julliard julliard at winehq.org
Wed Dec 28 13:44:34 CST 2011


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Dec 28 12:06:28 2011 +0100

jscript: Added bytecode version of try statement.

---

 dlls/jscript/compile.c     |   92 ++++++++++++++++++++++++++
 dlls/jscript/engine.c      |  157 +++++++++++++++++++++++++++++++++++++++++++-
 dlls/jscript/engine.h      |    7 ++-
 dlls/jscript/parser.y      |    2 +-
 dlls/jscript/tests/lang.js |   23 +++++++
 5 files changed, 276 insertions(+), 5 deletions(-)

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



More information about the wine-cvs mailing list