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