MCPcopy Create free account
hub / github.com/defold/defold / luaK_fixline

Function luaK_fixline

engine/lua/src/lua/lcode.c:792–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790
791
792void luaK_fixline (FuncState *fs, int line) {
793 fs->f->lineinfo[fs->pc - 1] = line;
794}
795
796
797static int luaK_code (FuncState *fs, Instruction i, int line) {

Callers 3

funcargsFunction · 0.85
forbodyFunction · 0.85
funcstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected