| 1716 | |
| 1717 | |
| 1718 | static void checktoclose (FuncState *fs, int level) { |
| 1719 | if (level != -1) { /* is there a to-be-closed variable? */ |
| 1720 | marktobeclosed(fs); |
| 1721 | luaK_codeABC(fs, OP_TBC, reglevel(fs, level), 0, 0); |
| 1722 | } |
| 1723 | } |
| 1724 | |
| 1725 | |
| 1726 | static void localstat (LexState *ls) { |
no test coverage detected