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

Function listfield

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

Source from the content-addressed store, hash-verified

691
692
693static void listfield (LexState *ls, struct ConsControl *cc) {
694 /* listfield -> exp */
695 expr(ls, &cc->v);
696 checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
697 cc->na++;
698 cc->tostore++;
699}
700
701
702static 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