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

gotostatFunction · 0.85
breakstatFunction · 0.85
test_then_blockFunction · 0.85

Calls 1

newlabelentryFunction · 0.85

Tested by 1

test_then_blockFunction · 0.68