| 39 | */ |
| 40 | typedef struct BlockCnt { |
| 41 | struct BlockCnt *previous; /* chain */ |
| 42 | int breaklist; /* list of jumps out of this loop */ |
| 43 | lu_byte nactvar; /* # active locals outside the breakable structure */ |
| 44 | lu_byte upval; /* true if some variable in the block is an upvalue */ |
nothing calls this directly
no outgoing calls
no test coverage detected