diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-23 14:54:04 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-23 14:54:04 +0800 |
commit | 1dda93bba596496c1a427707fe97d92391129b8d (patch) | |
tree | 8bb525452d5677133a17662d091a077db5af1cad /server-beta/libs/@luaJIT/jit.lni | |
parent | 62a3e74b5467ca3bc0879e73e8fc8b129c0bec6a (diff) | |
download | lua-language-server-1dda93bba596496c1a427707fe97d92391129b8d.zip |
整理文件
Diffstat (limited to 'server-beta/libs/@luaJIT/jit.lni')
-rw-r--r-- | server-beta/libs/@luaJIT/jit.lni | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/server-beta/libs/@luaJIT/jit.lni b/server-beta/libs/@luaJIT/jit.lni new file mode 100644 index 00000000..d7c91d11 --- /dev/null +++ b/server-beta/libs/@luaJIT/jit.lni @@ -0,0 +1,73 @@ +<default> +version = LuaJIT + +[jit] +type = table +[[.source]] +type = library +name = jit +`````````` +type = global +name = jit + +<default> +type = function +parent = { + 1 = { + type = 'library', + name = 'jit', + }, + 2 = { + type = 'global', + name = 'jit', + }, +} + +[on] +[[.args]] +type = {'function', 'boolean'} +optional = after +`````````` +type = boolean +optional = after + +[off] +[[.args]] +type = {'function', 'boolean'} +optional = after +`````````` +type = boolean +optional = after + +[flush] +[[.args]] +type = {'function', 'boolean'} +optional = after +`````````` +type = boolean +optional = after + +[status] +[[.returns]] +name = status +type = boolean +`````````` +type = '...' + +[version] +type = string + +[version_num] +type = string + +[os] +type = string + +[arch] +type = string + +[opt] +type = table + +[util] +type = table |