| 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' */ |
nothing calls this directly
no outgoing calls
no test coverage detected