[PATCH 04/10] vbscript: Store the necessary function and variable info in the script TypeInfo.
6 Dec
2019
6 Dec
'19
6:45 a.m.
From: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> 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(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/vbscript/vbdisp.c | 45 ++++++++++++++++++++++++++++++++++++++++ dlls/vbscript/vbscript.h | 5 +++++ 2 files changed, 50 insertions(+)
2288
Age (days ago)
2288
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban