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

Function luaK_fixline

third-party/lua-5.4.6/src/lcode.c:1787–1790  ·  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

1785** previous info and adding it again with new line.
1786*/
1787void luaK_fixline (FuncState *fs, int line) {
1788 removelastlineinfo(fs);
1789 savelineinfo(fs, fs->f, line);
1790}
1791
1792
1793void luaK_settablesize (FuncState *fs, int pc, int ra, int asize, int hsize) {

Callers 6

funcargsFunction · 0.70
forbodyFunction · 0.70
funcstatFunction · 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