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

Function luaK_fixline

extlibs/lua/src/lcode.c:1726–1729  ·  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

1724** previous info and adding it again with new line.
1725*/
1726void luaK_fixline (FuncState *fs, int line) {
1727 removelastlineinfo(fs);
1728 savelineinfo(fs, fs->f, line);
1729}
1730
1731
1732void luaK_settablesize (FuncState *fs, int pc, int ra, int asize, int hsize) {

Callers 6

funcargsFunction · 0.85
forbodyFunction · 0.85
funcstatFunction · 0.85
codeunexpvalFunction · 0.85
finishbinexpvalFunction · 0.85
codeconcatFunction · 0.85

Calls 2

removelastlineinfoFunction · 0.85
savelineinfoFunction · 0.85

Tested by

no test coverage detected