MCPcopy Create free account
hub / github.com/F-Stack/f-stack / enterblock

Function enterblock

freebsd/contrib/openzfs/module/lua/lparser.c:436–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434
435
436static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) {
437 bl->isloop = isloop;
438 bl->nactvar = fs->nactvar;
439 bl->firstlabel = fs->ls->dyd->label.n;
440 bl->firstgoto = fs->ls->dyd->gt.n;
441 bl->upval = 0;
442 bl->previous = fs->bl;
443 fs->bl = bl;
444 lua_assert(fs->freereg == fs->nactvar);
445}
446
447
448/*

Callers 7

open_funcFunction · 0.70
blockFunction · 0.70
whilestatFunction · 0.70
repeatstatFunction · 0.70
forbodyFunction · 0.70
forstatFunction · 0.70
test_then_blockFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_then_blockFunction · 0.56