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