MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / listfield

Function listfield

3rd/lua-5.4.3/src/lparser.c:884–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

882
883
884static void listfield (LexState *ls, ConsControl *cc) {
885 /* listfield -> exp */
886 expr(ls, &cc->v);
887 cc->tostore++;
888}
889
890
891static void field (LexState *ls, ConsControl *cc) {

Callers 1

fieldFunction · 0.85

Calls 1

exprFunction · 0.85

Tested by

no test coverage detected