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

Class BlockCnt

third-party/lua-5.5.0/src/lparser.h:170–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 struct FuncState *prev; /* enclosing function */
169 struct LexState *ls; /* lexical state */
170 struct BlockCnt *bl; /* chain of current blocks */
171 Table *kcache; /* cache for reusing constants */
172 int pc; /* next position to code (equivalent to 'ncode') */
173 int lasttarget; /* 'label' of last 'jump label' */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected