[PATCH 04/10] vbscript: Store the necessary function and variable info in the script TypeInfo.
Dec. 6, 2019
12:45 p.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(+)
2393
Age (days ago)
2393
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban