MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaK_fixline

Function luaK_fixline

freebsd/contrib/openzfs/module/lua/lcode.c:865–867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

863
864
865void luaK_fixline (FuncState *fs, int line) {
866 fs->f->lineinfo[fs->pc - 1] = line;
867}
868
869
870void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) {

Callers 4

funcargsFunction · 0.70
forbodyFunction · 0.70
funcstatFunction · 0.70
codearithFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected