MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / listfield

Function listfield

ThirdParty/lua/lua/lparser.c:687–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685
686
687static void listfield (LexState *ls, struct ConsControl *cc) {
688 /* listfield -> exp */
689 expr(ls, &cc->v);
690 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
691 cc->na++;
692 cc->tostore++;
693}
694
695
696static void field (LexState *ls, struct ConsControl *cc) {

Callers 1

fieldFunction · 0.85

Calls 2

exprFunction · 0.85
checklimitFunction · 0.85

Tested by

no test coverage detected