MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / marktobeclosed

Function marktobeclosed

third-party/lua-5.5.0/src/lparser.c:463–468  ·  view source on GitHub ↗

** Mark that current block has a to-be-closed variable. */

Source from the content-addressed store, hash-verified

461** Mark that current block has a to-be-closed variable.
462*/
463static void marktobeclosed (FuncState *fs) {
464 BlockCnt *bl = fs->bl;
465 bl->upval = 1;
466 bl->insidetbc = 1;
467 fs->needclose = 1;
468}
469
470
471/*

Callers 2

forlistFunction · 0.70
checktocloseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected