MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / listfield

Function listfield

Source/Misc/lua/src/lua.c:8066–8071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8064
8065
8066static void listfield (LexState *ls, struct ConsControl *cc) {
8067expr(ls, &cc->v);
8068luaY_checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
8069cc->na++;
8070cc->tostore++;
8071}
8072
8073
8074static void constructor (LexState *ls, expdesc *t) {

Callers 1

constructorFunction · 0.85

Calls 1

exprFunction · 0.85

Tested by

no test coverage detected