Lines Matching full:getinfo
9767 <hr><h3><a name="pdf-debug.getinfo"><code>debug.getinfo ([thread,] f [, what])</code></a></h3>
9776 level 0 is the current function (<code>getinfo</code> itself);
9777 level 1 is the function that called <code>getinfo</code>
9781 then <code>getinfo</code> returns <b>nil</b>.
9799 For instance, the expression <code>debug.getinfo(1,"n").name</code> returns
9802 and the expression <code>debug.getinfo(print)</code>
9827 (You can call <a href="#pdf-debug.getinfo"><code>debug.getinfo</code></a> to check whether the level is valid.)
9922 you can call <code>getinfo</code> with level 2 to get more information about
9924 (level 0 is the <code>getinfo</code> function,
9940 (You can call <code>getinfo</code> to check whether the level is valid.)