Sweden-Number/dlls/vbscript
Gabriel Ivăncescu 3d148b8d6f vbscript: Store the necessary function and variable info in the script TypeInfo.
The TypeInfo is built when it is retrieved and frozen at that moment, even
if the script changes after that and more identifiers are added to it,
or existing ones replaced.

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>
2019-12-06 22:30:23 +01:00
..
tests vbscript/tests: Fix the name of a vbscript variable in the run test. 2019-12-04 18:19:25 +01:00
Makefile.in
compile.c vbscript: Reference count the vbscode_t. 2019-12-06 22:30:23 +01:00
global.c vbscript: Remove redundant NULL checks before SysFreeString(). 2019-11-08 23:38:01 +01:00
interp.c vbscript: Move the global lists to the script dispatch object. 2019-12-06 22:30:23 +01:00
lex.c vbscript: Always treat keywords after dot as identifiers. 2019-11-12 21:39:40 +01:00
parse.h vbscript: Add parser support for redim statement. 2019-11-01 20:30:05 +01:00
parser.y vbscript: Use %define api.pure instead of %pure-parser. 2019-11-25 20:47:43 +01:00
regexp.c
regexp.h
utils.c
vbdisp.c vbscript: Store the necessary function and variable info in the script TypeInfo. 2019-12-06 22:30:23 +01:00
vbregexp.c vbscript: Treat only ASCII digits as digits. 2019-11-08 23:38:09 +01:00
vbscript.c vbscript: Copy the variable names into the script dispatch's heap. 2019-12-06 22:30:23 +01:00
vbscript.h vbscript: Store the necessary function and variable info in the script TypeInfo. 2019-12-06 22:30:23 +01:00
vbscript.rc vbscript: Add support for interpreting statements. 2019-10-29 23:30:47 +01:00
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h vbscript: Add support for interpreting statements. 2019-10-29 23:30:47 +01:00
vbscript_main.c vbscript: Get rid of no longer needed ITypeInfo in BuiltinDisp. 2019-10-17 22:48:38 +02:00
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl