MCPcopy Create free account
hub / github.com/Tencent/xLua / ConsControl

Class ConsControl

WebGLPlugins/lparser.c:637–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635
636
637struct ConsControl {
638 expdesc v; /* last list item read */
639 expdesc *t; /* table descriptor */
640 int nh; /* total number of 'record' elements */
641 int na; /* total number of array elements */
642 int tostore; /* number of array elements pending to be stored */
643};
644
645
646static void recfield (LexState *ls, struct ConsControl *cc) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected