We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2372d6e + 20c089e commit c786129Copy full SHA for c786129
meta/template/jit.profile.lua
@@ -4,14 +4,14 @@
4
local profile = {}
5
6
---@param mode string
7
----@param func fun(L:thread,samples:integer,vmst:string)
+---@param func fun(L: thread, samples: integer, vmst: string)
8
function profile.start(mode, func)
9
end
10
11
function profile.stop()
12
13
14
----@overload fun(th:thread,fmt:string,depth:integer)
+---@overload fun(th: thread, fmt: string, depth: integer)
15
---@param fmt string
16
---@param depth integer
17
function profile.dumpstack(fmt, depth)
meta/template/jit.util.lua
@@ -105,7 +105,7 @@ end
105
function util.tracemc(tr)
106
107
108
----@overload fun(exitno:integer):integer
+---@overload fun(exitno: integer): integer
109
---@param tr Trace
110
---@param exitno integer
111
---@return integer? addr
0 commit comments