Home | History | Annotate | Download | only in doc

Lines Matching full:lua_getinfo

5094 call <a href="#lua_getinfo"><code>lua_getinfo</code></a>.
5144 The <code>lua_getinfo</code> function checks how the function was
5216 <hr><h3><a name="lua_getinfo"><code>lua_getinfo</code></a></h3><p>
5218 <pre>int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);</pre>
5235 <code>lua_getinfo</code> pops the function from the top of the stack.)
5242 lua_getinfo(L, "&gt;S", &amp;ar);
5402 the hook must call <a href="#lua_getinfolua_getinfo</code></a>.
9785 The returned table can contain all the fields returned by <a href="#lua_getinfo"><code>lua_getinfo</code></a>,