summaryrefslogtreecommitdiff
path: root/server/libs/@lua/basic.lni
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-04-09 15:56:36 +0800
committersumneko <sumneko@hotmail.com>2019-04-09 15:56:36 +0800
commitd29789157f0988dd0f189c35ed581cb3cfdeb5c8 (patch)
treefa073a6cfc5dc32a8e6f691064a61d3978fb9eaf /server/libs/@lua/basic.lni
parent79961aa0bd5ea6d297683e976165ea70866c12d3 (diff)
downloadlua-language-server-d29789157f0988dd0f189c35ed581cb3cfdeb5c8.zip
LuaJITēš„API
Diffstat (limited to 'server/libs/@lua/basic.lni')
-rw-r--r--server/libs/@lua/basic.lni14
1 files changed, 7 insertions, 7 deletions
diff --git a/server/libs/@lua/basic.lni b/server/libs/@lua/basic.lni
index 14c4f669..13cf51a6 100644
--- a/server/libs/@lua/basic.lni
+++ b/server/libs/@lua/basic.lni
@@ -111,7 +111,7 @@ optional = 'self'
type = 'table'
[getfenv]
-version = 'Lua 5.1'
+version = {'Lua 5.1', 'LuaJIT'}
[[.args]]
name = f
type = function
@@ -201,7 +201,7 @@ default = true
['load Lua 5.1']
name = 'load'
-version = {'Lua 5.1'}
+version = 'Lua 5.1'
[[.args]]
name = 'func'
type = 'function'
@@ -274,7 +274,7 @@ name = 'error_message'
type = 'string'
[loadstring]
-version = 'Lua 5.1'
+version = {'Lua 5.1', 'LuaJIT'}
[[.args]]
type = string
`````````
@@ -293,7 +293,7 @@ name = 'error_message'
type = 'string'
[module]
-version = 'Lua 5.1'
+version = {'Lua 5.1', 'LuaJIT'}
special = 'module'
[[.args]]
name = name
@@ -419,7 +419,7 @@ name = 'index'
code = 'integer'
[setfenv]
-version = 'Lua 5.1'
+version = {'Lua 5.1', 'LuaJIT'}
[[.args]]
name = f
type = function/integer
@@ -488,7 +488,7 @@ name = 'type'
enum = 'userdata'
["_VERSION Lua 5.1"]
-version = 'Lua 5.1'
+version = {'Lua 5.1', 'LuaJIT'}
name = '_VERSION'
type = 'string'
value = 'Lua 5.1'
@@ -549,7 +549,7 @@ type = 'string'
[[.returns]]
[unpack]
-version = {'Lua 5.1'}
+version = {'Lua 5.1', 'LuaJIT'}
[[.args]]
name = 'list'
type = 'table'