MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / info_tailcall

Function info_tailcall

third-party/lua-5.1.5/src/ldebug.c:167–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166
167static void info_tailcall (lua_Debug *ar) {
168 ar->name = ar->namewhat = "";
169 ar->what = "tail";
170 ar->lastlinedefined = ar->linedefined = ar->currentline = -1;
171 ar->source = "=(tail call)";
172 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE);
173 ar->nups = 0;
174}
175
176
177static void collectvalidlines (lua_State *L, Closure *f) {

Callers 1

auxgetinfoFunction · 0.85

Calls 1

luaO_chunkidFunction · 0.70

Tested by

no test coverage detected