MCPcopy Create free account
hub / github.com/axmolengine/axmol / block

Function block

3rdparty/lua/plainlua/lparser.c:1304–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

setSubMatrixMethod · 0.85
IteratorFuncFunction · 0.85
BodyIteratorFuncFunction · 0.85
PointQueryIteratorFuncFunction · 0.85
SegmentQueryIteratorFuncFunction · 0.85
ShapeQueryIteratorFuncFunction · 0.85
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