Sweden-Number/dlls/jscript
Jacek Caban da02140b43 jscript: Allow accessing arguments values directly from stack.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-02 16:18:05 -05:00
..
tests
Makefile.in
activex.c
array.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
bool.c
cc_parser.y
compile.c
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: Allow accessing arguments values directly from stack. 2016-08-02 16:18:05 -05:00
engine.h jscript: Store function arguments on JS stack and transfer them to variable object only when needed. 2016-07-29 11:59:27 +09:00
error.c
function.c jscript: Store function arguments on JS stack and transfer them to variable object only when needed. 2016-07-29 11:59:27 +09:00
global.c jscript: Store function arguments on JS stack and transfer them to variable object only when needed. 2016-07-29 11:59:27 +09:00
jscript.c jscript: Store function arguments on JS stack and transfer them to variable object only when needed. 2016-07-29 11:59:27 +09:00
jscript.h jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
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
math.c
number.c
object.c
parser.h
parser.y
regexp.c
regexp.h
resource.h
string.c jscript: Use IDispatch* as iface_to_jsdisp argument type. 2016-07-20 23:04:53 +09:00
vbarray.c