Signed-off-by: Jacek Caban jacek@codeweavers.com --- dlls/jscript/compile.c | 89 ++++++++++++++++++-------------------- dlls/jscript/dispex.c | 32 ++++++++++++++ dlls/jscript/engine.c | 54 +++++++++++++++++++++++ dlls/jscript/engine.h | 2 + dlls/jscript/jscript.h | 1 + dlls/jscript/tests/lang.js | 6 +++ dlls/jscript/tests/run.c | 19 ++++++++ 7 files changed, 156 insertions(+), 47 deletions(-)