summaryrefslogtreecommitdiff
path: root/script-beta/vm/vm.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-07-23 15:11:03 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-07-23 15:11:03 +0800
commita27677a6d4beca0e898d691e36d94df498ffb1d1 (patch)
tree14e8d23d91fb7f4436b86534ecd0a4449a01fc73 /script-beta/vm/vm.lua
parentd60ad2c5826162c480dba8f1bc810758bb090327 (diff)
downloadlua-language-server-a27677a6d4beca0e898d691e36d94df498ffb1d1.zip
getGlobals
Diffstat (limited to 'script-beta/vm/vm.lua')
-rw-r--r--script-beta/vm/vm.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/script-beta/vm/vm.lua b/script-beta/vm/vm.lua
index c55b46bd..21c37556 100644
--- a/script-beta/vm/vm.lua
+++ b/script-beta/vm/vm.lua
@@ -152,14 +152,9 @@ function m.refreshCache()
eachDef = {},
eachField = {},
eachMeta = {},
- getGlobals = {},
- getLinks = {},
- getGlobal = {},
- specialName = {},
getLibrary = {},
getValue = {},
- getMeta = {},
- specials = nil,
+ getGlobals = {},
}
m.locked = setmetatable({}, { __mode = 'k' })
m.cacheTracker[m.cache] = true