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

gotostatFunction · 0.85
breakstatFunction · 0.85
test_then_blockFunction · 0.85

Calls 1

newlabelentryFunction · 0.85

Tested by 1

test_then_blockFunction · 0.68