MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / checktoclose

Function checktoclose

lib/lua/src/lparser.c:1718–1723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1716
1717
1718static 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
1726static void localstat (LexState *ls) {

Callers 1

localstatFunction · 0.85

Calls 2

marktobeclosedFunction · 0.85
reglevelFunction · 0.85

Tested by

no test coverage detected