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

Class BlockCnt

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

Source from the content-addressed store, hash-verified

47*/
48typedef struct BlockCnt {
49 struct BlockCnt *previous; /* chain */
50 int firstlabel; /* index of first label in this block */
51 int firstgoto; /* index of first pending goto in this block */
52 lu_byte nactvar; /* # active locals outside the block */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected