From 21467a798a26b1ffeaa9a6e02b021beb2d715690 Mon Sep 17 00:00:00 2001 From: Kevin Locke Date: Tue, 19 Nov 2019 05:54:52 +0000 Subject: [PATCH] Add CollectGarbage and RuntimeObject to wsh (#156) --- globals.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/globals.json b/globals.json index 7fcca1c..b33f043 100644 --- a/globals.json +++ b/globals.json @@ -1186,9 +1186,11 @@ }, "wsh": { "ActiveXObject": true, + "CollectGarbage": true, "Debug": true, "Enumerator": true, "GetObject": true, + "RuntimeObject": true, "ScriptEngine": true, "ScriptEngineBuildVersion": true, "ScriptEngineMajorVersion": true,