wine/dlls/jscript
Jacek Caban 765a52e86a jscript: Store variables on the stack if possible.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-04 09:09:16 -05:00
..
tests jscript: Store local functions in locals map. 2016-08-04 09:09:12 -05:00
activex.c
array.c
bool.c
cc_parser.y
compile.c jscript: Don't use OP_var_set. 2016-08-04 09:09:14 -05:00
date.c
decode.c
dispex.c jscript: Use exprval_t to represent property references passed on JS stack. 2016-08-02 16:18:04 -05:00
engine.c jscript: Store variables on the stack if possible. 2016-08-04 09:09:16 -05:00
engine.h jscript: Store variables on the stack if possible. 2016-08-04 09:09:16 -05:00
error.c
function.c jscript: Store local functions in locals map. 2016-08-04 09:09:12 -05:00
global.c jscript: Setup arguments object by interpreter and store all arguments inside the object on call exit. 2016-08-03 11:13:50 -05:00
jscript.c jscript: Setup arguments object by interpreter and store all arguments inside the object on call exit. 2016-08-03 11:13:50 -05:00
jscript.h
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c
jsregexp.c jscript: Fixed potential leak in RegExp lastIndex setter. 2016-07-29 11:59:32 +09:00
jsstr.c
jsstr.h
jsutils.c jscript: Set output to undefined in jsval_copy on failure. 2016-07-29 11:59:34 +09:00
jsval.h
lex.c
Makefile.in
math.c
number.c
object.c
parser.h jscript: Use locals map for local variables. 2016-08-04 09:09:10 -05:00
parser.y
regexp.c
regexp.h
resource.h
string.c
vbarray.c