Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ newgotoentry
Function
newgotoentry
third-party/lua-5.4.6/src/lparser.c:575–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
573
574
575
static int newgotoentry (LexState *ls, TString *name, int line, int pc) {
576
return newlabelentry(ls, &ls->dyd->gt, name, line, pc);
577
}
578
579
580
/*
Callers
3
gotostat
Function · 0.70
breakstat
Function · 0.70
test_then_block
Function · 0.70
Calls
1
newlabelentry
Function · 0.70
Tested by
1
test_then_block
Function · 0.56