blob: d7c91d11302f02413dd0eeb38ce8b3b2711eeaea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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
|