MCPcopy Create free account
hub / github.com/Tencent/UnLua / BlockCnt

Class BlockCnt

Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lparser.c:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected