MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / listfield

Function listfield

third-party/lua-5.2.4/src/lparser.c:699–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

fieldFunction · 0.70

Calls 2

exprFunction · 0.70
checklimitFunction · 0.70

Tested by

no test coverage detected