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

Function luaK_fixline

third-party/lua-5.1.5/src/lcode.c:784–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782
783
784void luaK_fixline (FuncState *fs, int line) {
785 fs->f->lineinfo[fs->pc - 1] = line;
786}
787
788
789static int luaK_code (FuncState *fs, Instruction i, int line) {

Callers 3

funcargsFunction · 0.70
forbodyFunction · 0.70
funcstatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected