jscript: Use bytecode for binary negation implementation.
[wine] / dlls / jscript / compile.c
2011-11-21  Jacek Cabanjscript: Use bytecode for binary negation implementation.
2011-11-18  Jacek Cabanjscript: Use bytecode interpreter for logical negation...
2011-11-18  Jacek Cabanjscript: Use bytecode interpreter for '!==' expressions.
2011-11-18  Jacek Cabanjscript: Added minimal bytecode compiler/interpreter...