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

Function nextline

third-party/lua-5.4.6/src/ldebug.c:285–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283
284
285static int nextline (const Proto *p, int currentline, int pc) {
286 if (p->lineinfo[pc] != ABSLINEINFO)
287 return currentline + p->lineinfo[pc];
288 else
289 return luaG_getfuncline(p, pc);
290}
291
292
293static void collectvalidlines (lua_State *L, Closure *f) {

Callers 1

collectvalidlinesFunction · 0.70

Calls 1

luaG_getfunclineFunction · 0.70

Tested by

no test coverage detected