Sweden-Number/dlls/jscript
Gabriel Ivăncescu 5b28c43dd4 jscript: Don't lookup global members for bytecodes with a named item.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-11 10:04:00 +01:00
..
tests jscript: Don't lookup global members for bytecodes with a named item. 2020-03-11 10:04:00 +01:00
Makefile.in
activex.c
array.c
bool.c
cc_parser.y
compile.c jscript: Lookup the named item and keep a ref to it from the associated bytecode. 2020-03-09 22:16:30 +01:00
date.c
decode.c
dispex.c
engine.c jscript: Don't lookup global members for bytecodes with a named item. 2020-03-11 10:04:00 +01:00
engine.h jscript: Lookup the named item and keep a ref to it from the associated bytecode. 2020-03-09 22:16:30 +01:00
enumerator.c
error.c
function.c jscript: Lookup the named item and keep a ref to it from the associated bytecode. 2020-03-09 22:16:30 +01:00
global.c jscript: Lookup the named item and keep a ref to it from the associated bytecode. 2020-03-09 22:16:30 +01:00
jscript.c jscript: Retrieve the proper script dispatch from the named item in GetScriptDispatch. 2020-03-09 22:16:30 +01:00
jscript.h jscript: Add stub implementation of separate script dispatches for named items. 2020-03-09 22:16:30 +01:00
jscript.rc
jscript.rgs
jscript.spec
jscript_classes.idl
jscript_main.c
jsglobal.idl
jsglobal_dispid.h
json.c
jsregexp.c
jsstr.c
jsstr.h
jsutils.c
jsval.h
lex.c
math.c
number.c
object.c
parser.h
parser.y
regexp.c
regexp.h
resource.h
string.c
vbarray.c