MCPcopy 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
575static 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

gotostatFunction · 0.70
breakstatFunction · 0.70
test_then_blockFunction · 0.70

Calls 1

newlabelentryFunction · 0.70

Tested by 1

test_then_blockFunction · 0.56