MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / block

Function block

lib/lua/src/lparser.c:1305–1312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303
1304
1305static void block (LexState *ls) {
1306 /* block -> statlist */
1307 FuncState *fs = ls->fs;
1308 BlockCnt bl;
1309 enterblock(fs, &bl, 0);
1310 statlist(ls);
1311 leaveblock(fs);
1312}
1313
1314
1315/*

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