MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / nextline

Function nextline

extlibs/lua/src/ldebug.c:288–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

collectvalidlinesFunction · 0.85

Calls 1

luaG_getfunclineFunction · 0.85

Tested by

no test coverage detected