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

Function listfield

app/redis-6.2.6/deps/lua/src/lparser.c:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493
494static void listfield (LexState *ls, struct ConsControl *cc) {
495 expr(ls, &cc->v);
496 luaY_checklimit(ls->fs, cc->na, MAX_INT, "items in a constructor");
497 cc->na++;
498 cc->tostore++;
499}
500
501
502static void constructor (LexState *ls, expdesc *t) {

Callers 1

constructorFunction · 0.70

Calls 1

exprFunction · 0.70

Tested by

no test coverage detected