Jacek Caban : jscript: Added minimal bytecode compiler/ interpreter and use it for '===' expressions.

Alexandre Julliard julliard at winehq.org
Fri Nov 18 10:19:07 CST 2011


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

Author: Jacek Caban <jacek at 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=b473f5d5c66f1d71dc8d884e196c54da75e522fe



More information about the wine-cvs mailing list