| 1372 | } |
| 1373 | |
| 1374 | void fxCoderUnuseTemporaryVariables(txCoder* self, txInteger count) |
| 1375 | { |
| 1376 | fxCoderAddIndex(self, 0, XS_CODE_UNWIND_1, count); |
| 1377 | self->scopeLevel -= count; |
| 1378 | } |
| 1379 | |
| 1380 | void fxScopeCoded(txScope* self, txCoder* coder) |
| 1381 | { |
no test coverage detected