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