MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / block

Function block

extlibs/lua/src/lparser.c:1286–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1284
1285
1286static void block (LexState *ls) {
1287 /* block -> statlist */
1288 FuncState *fs = ls->fs;
1289 BlockCnt bl;
1290 enterblock(fs, &bl, 0);
1291 statlist(ls);
1292 leaveblock(fs);
1293}
1294
1295
1296/*

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