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

Class BlockCnt

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

Source from the content-addressed store, hash-verified

62 struct LexState *ls; /* lexical state */
63 struct lua_State *L; /* copy of the Lua state */
64 struct BlockCnt *bl; /* chain of current blocks */
65 int pc; /* next position to code (equivalent to `ncode') */
66 int lasttarget; /* `pc' of last `jump target' */
67 int jpc; /* list of pending jumps to `pc' */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected