Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ newgotoentry
Function
newgotoentry
3rd/lua-5.4.3/src/lparser.c:563–565 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
562
563
static int newgotoentry (LexState *ls, TString *name, int line, int pc) {
564
return newlabelentry(ls, &ls->dyd->gt, name, line, pc);
565
}
566
567
568
/*
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