MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / block

Function block

3rd/lua-5.4.3/src/lparser.c:1293–1300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1291
1292
1293static void block (LexState *ls) {
1294 /* block -> statlist */
1295 FuncState *fs = ls->fs;
1296 BlockCnt bl;
1297 enterblock(fs, &bl, 0);
1298 statlist(ls);
1299 leaveblock(fs);
1300}
1301
1302
1303/*

Callers 4

whilestatFunction · 0.85
forbodyFunction · 0.85
ifstatFunction · 0.85
statementFunction · 0.85

Calls 3

enterblockFunction · 0.85
statlistFunction · 0.85
leaveblockFunction · 0.85

Tested by

no test coverage detected