Module: wine Branch: master Commit: 3b56e49ef9769671a904cb5ca8d1ce16e4b6bf39 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3b56e49ef9769671a904cb5ca8...
Author: Jacek Caban jacek@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=3b56e49ef9769671a904cb...