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

Function listfield

third-party/lua-5.5.0/src/lparser.c:983–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981
982
983static void listfield (LexState *ls, ConsControl *cc) {
984 /* listfield -> exp */
985 expr(ls, &cc->v);
986 cc->tostore++;
987}
988
989
990static void field (LexState *ls, ConsControl *cc) {

Callers 1

fieldFunction · 0.70

Calls 1

exprFunction · 0.70

Tested by

no test coverage detected