jscript: Get rid of no longer needed compile_interp_fallback since we can handle...
commitcdd90254ddee6eddb4061ff3c1cb96409a003743
authorJacek Caban <jacek@codeweavers.com>
Fri, 30 Dec 2011 10:20:33 +0000 (30 11:20 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 30 Dec 2011 14:41:06 +0000 (30 15:41 +0100)
treee6c517b27ce9a840de9ea85d23bb1a85d214b2f7
parente0552ad8c3bcb43d467e84af62ada70722b577fd
jscript: Get rid of no longer needed compile_interp_fallback since we can handle all execution by bytecode.

We use compiler on whole functions body now. There is still some work
done to move it one level up (to whole source string) to do some work
that's currently done (sometimes in a hacky way) by parser, but the most
critical part is done.
dlls/jscript/compile.c