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

Function luaK_fixline

third-party/lua-5.5.0/src/lcode.c:1868–1871  ·  view source on GitHub ↗

** Change line information associated with current position, by removing ** previous info and adding it again with new line. */

Source from the content-addressed store, hash-verified

1866** previous info and adding it again with new line.
1867*/
1868void luaK_fixline (FuncState *fs, int line) {
1869 removelastlineinfo(fs);
1870 savelineinfo(fs, fs->f, line);
1871}
1872
1873
1874void luaK_settablesize (FuncState *fs, int pc, int ra, int asize, int hsize) {

Callers 8

funcargsFunction · 0.70
forbodyFunction · 0.70
globalfuncFunction · 0.70
funcstatFunction · 0.70
luaK_codecheckglobalFunction · 0.70
codeunexpvalFunction · 0.70
finishbinexpvalFunction · 0.70
codeconcatFunction · 0.70

Calls 2

removelastlineinfoFunction · 0.70
savelineinfoFunction · 0.70

Tested by

no test coverage detected