MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / block

Function block

ThirdParty/lua/lua/lparser.c:1087–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1085
1086
1087static void block (LexState *ls) {
1088 /* block -> statlist */
1089 FuncState *fs = ls->fs;
1090 BlockCnt bl;
1091 enterblock(fs, &bl, 0);
1092 statlist(ls);
1093 leaveblock(fs);
1094}
1095
1096
1097/*

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