| 168 | struct FuncState *prev; /* enclosing function */ |
| 169 | struct LexState *ls; /* lexical state */ |
| 170 | struct BlockCnt *bl; /* chain of current blocks */ |
| 171 | Table *kcache; /* cache for reusing constants */ |
| 172 | int pc; /* next position to code (equivalent to 'ncode') */ |
| 173 | int lasttarget; /* 'label' of last 'jump label' */ |
nothing calls this directly
no outgoing calls
no test coverage detected