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

Class BlockCnt

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

Source from the content-addressed store, hash-verified

146 struct FuncState *prev; /* enclosing function */
147 struct LexState *ls; /* lexical state */
148 struct BlockCnt *bl; /* chain of current blocks */
149 int pc; /* next position to code (equivalent to 'ncode') */
150 int lasttarget; /* 'label' of last 'jump label' */
151 int previousline; /* last line that was saved in 'lineinfo' */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected