Searched refs:lblevel (Results 1 – 1 of 1) sorted by relevance
1426 int lblevel = reglevel(fs, lb->nactvar); /* label level */ in gotostat() local1427 if (luaY_nvarstack(fs) > lblevel) /* leaving the scope of a variable? */ in gotostat()1428 luaK_codeABC(fs, OP_CLOSE, lblevel, 0, 0); in gotostat()