MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaK_fixline

Function luaK_fixline

lib/lua/src/lcode.c:1786–1789  ·  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

1784** previous info and adding it again with new line.
1785*/
1786void luaK_fixline (FuncState *fs, int line) {
1787 removelastlineinfo(fs);
1788 savelineinfo(fs, fs->f, line);
1789}
1790
1791
1792void 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