MCPcopy Create free account
hub / github.com/F-Stack/f-stack / listfield

Function listfield

freebsd/contrib/openzfs/module/lua/lparser.c:703–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701
702
703static void listfield (LexState *ls, struct ConsControl *cc) {
704 /* listfield -> exp */
705 expr(ls, &cc->v);
706 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
707 cc->na++;
708 cc->tostore++;
709}
710
711
712static void field (LexState *ls, struct ConsControl *cc) {

Callers 1

fieldFunction · 0.70

Calls 2

checklimitFunction · 0.85
exprFunction · 0.70

Tested by

no test coverage detected