Sweden-Number/dlls/vbscript
Gabriel Ivăncescu 0d397dcc61 vbscript: Lookup the identifier in the named item's disp after its script dispatch.
If the bytecode has a named item context, its disp is looked for the
identifier before any globals, but after its script dispatch.

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-27 21:16:13 +01:00
..
tests vbscript: Lookup the identifier in the named item's disp after its script dispatch. 2020-03-27 21:16:13 +01:00
Makefile.in
compile.c vbscript: Retrieve the vbscode context from the named item directly. 2020-03-20 12:09:23 +01:00
global.c vbscript: Don't convert hex literals ending with '&' to short in parse_hex_literal. 2020-02-03 20:48:04 +01:00
interp.c vbscript: Lookup the identifier in the named item's disp after its script dispatch. 2020-03-27 21:16:13 +01:00
lex.c vbscript: Don't convert hex literals ending with '&' to short in parse_hex_literal. 2020-02-03 20:48:04 +01:00
parse.h vbscript: Allow assignment left expression to be member expression. 2020-01-30 22:34:07 +01:00
parser.y vbscript: Allow any call expression to be used in set statement. 2020-01-30 22:34:09 +01:00
regexp.c
regexp.h
utils.c
vbdisp.c vbscript: Fail if we have no context in InvokeEx. 2020-02-13 20:30:35 +01:00
vbregexp.c vbscript: Treat only ASCII digits as digits. 2019-11-08 23:38:09 +01:00
vbscript.c vbscript: Implement persistent named items. 2020-03-20 12:09:31 +01:00
vbscript.h vbscript: Retrieve the vbscode context from the named item directly. 2020-03-20 12:09:23 +01:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c vbscript: Implement ScriptTypeInfo_GetIDsOfNames. 2019-12-06 22:30:23 +01:00
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl