MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / listfield

Function listfield

extlibs/lua/src/lparser.c:877–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875
876
877static void listfield (LexState *ls, ConsControl *cc) {
878 /* listfield -> exp */
879 expr(ls, &cc->v);
880 cc->tostore++;
881}
882
883
884static void field (LexState *ls, ConsControl *cc) {

Callers 1

fieldFunction · 0.85

Calls 1

exprFunction · 0.85

Tested by

no test coverage detected