diff options
Diffstat (limited to 'server-beta/libs/@luaJIT/jit.lni')
-rw-r--r-- | server-beta/libs/@luaJIT/jit.lni | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/server-beta/libs/@luaJIT/jit.lni b/server-beta/libs/@luaJIT/jit.lni deleted file mode 100644 index d7c91d11..00000000 --- a/server-beta/libs/@luaJIT/jit.lni +++ /dev/null @@ -1,73 +0,0 @@ -<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 |