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

Class BlockCnt

third-party/lua-5.1.5/src/lparser.c:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39*/
40typedef struct BlockCnt {
41 struct BlockCnt *previous; /* chain */
42 int breaklist; /* list of jumps out of this loop */
43 lu_byte nactvar; /* # active locals outside the breakable structure */
44 lu_byte upval; /* true if some variable in the block is an upvalue */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected