Module: wine Branch: master Commit: f6023c428aa82381323a1c05c9ad980387c3e66c URL: http://source.winehq.org/git/wine.git/?a=commit;h=f6023c428aa82381323a1c05c9...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Dec 19 14:58:42 2011 +0100
jscript: Use bytecode for block statement implementation.
---
dlls/jscript/compile.c | 76 ++++++++++++++++++++++++++++++++++++++---- dlls/jscript/engine.c | 80 ++++++++++++++++++++++++++----------------- dlls/jscript/engine.h | 19 ++++++---- dlls/jscript/parser.y | 3 +- dlls/jscript/tests/lang.js | 4 ++ 5 files changed, 134 insertions(+), 48 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f6023c428aa82381323a1c...