Module: wine Branch: master Commit: b473f5d5c66f1d71dc8d884e196c54da75e522fe URL: http://source.winehq.org/git/wine.git/?a=commit;h=b473f5d5c66f1d71dc8d884e19... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Nov 18 14:09:44 2011 +0100 jscript: Added minimal bytecode compiler/interpreter and use it for '===' expressions. --- dlls/jscript/Makefile.in | 1 + dlls/jscript/compile.c | 144 ++++++++++++++++++++++++++++++++++++++++++ dlls/jscript/engine.c | 157 +++++++++++++++++++++++++++++++++++++++++++--- dlls/jscript/engine.h | 54 +++++++++++++++- dlls/jscript/parser.y | 6 ++- 5 files changed, 349 insertions(+), 13 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b473f5d5c66f1d71dc8d88...