Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaK_fixline
Function
luaK_fixline
third-party/lua-5.2.4/src/lcode.c:862–864 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
860
861
862
void luaK_fixline (FuncState *fs, int line) {
863
fs->f->lineinfo[fs->pc - 1] = line;
864
}
865
866
867
void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) {
Callers
4
funcargs
Function · 0.70
forbody
Function · 0.70
funcstat
Function · 0.70
codearith
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected