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

Class BlockCnt

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

Source from the content-addressed store, hash-verified

113 struct FuncState *prev; /* enclosing function */
114 struct LexState *ls; /* lexical state */
115 struct BlockCnt *bl; /* chain of current blocks */
116 int pc; /* next position to code (equivalent to 'ncode') */
117 int lasttarget; /* 'label' of last 'jump label' */
118 int jpc; /* list of pending jumps to 'pc' */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected