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

Function listfield

xrepo/packages/l/lua/port/lua/src/lparser.c:895–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893
894
895static void listfield (LexState *ls, ConsControl *cc) {
896 /* listfield -> exp */
897 expr(ls, &cc->v);
898 cc->tostore++;
899}
900
901
902static void field (LexState *ls, ConsControl *cc) {

Callers 1

fieldFunction · 0.85

Calls 1

exprFunction · 0.85

Tested by

no test coverage detected