MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / listfield

Function listfield

src/Chain/libraries/glua/lparser.cpp:721–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719
720
721static void listfield(LexState *ls, struct ConsControl *cc) {
722 /* listfield -> exp */
723 expr(ls, &cc->v);
724 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
725 cc->na++;
726 cc->tostore++;
727}
728
729
730static void field(LexState *ls, struct ConsControl *cc) {

Callers 1

fieldFunction · 0.85

Calls 2

checklimitFunction · 0.85
exprFunction · 0.70

Tested by

no test coverage detected