wine-wine/dlls/vbscript
Gabriel Ivăncescu 0809a2859f vbscript: Return the dispatch object directly in retval, rather than its value.
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-02-18 20:29:02 +01:00
..
tests vbscript: Return the dispatch object directly in retval, rather than its value. 2020-02-18 20:29:02 +01:00
Makefile.in
compile.c vbscript: Implement separate script dispatch objects for each named item. 2020-02-18 20:28:56 +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: Return the dispatch object directly in retval, rather than its value. 2020-02-18 20:29:02 +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.c vbscript: Implement separate script dispatch objects for each named item. 2020-02-18 20:28:56 +01:00
vbscript.h vbscript: Implement separate script dispatch objects for each named item. 2020-02-18 20:28:56 +01:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl