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

Class BlockCnt

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

Source from the content-addressed store, hash-verified

41*/
42typedef struct BlockCnt {
43 struct BlockCnt *previous; /* chain */
44 short firstlabel; /* index of first label in this block */
45 short firstgoto; /* index of first pending goto in this block */
46 lu_byte nactvar; /* # active locals outside the block */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected