MCPcopy Create free account
hub / github.com/F-Stack/f-stack / block

Function block

freebsd/contrib/openzfs/module/lua/lparser.c:1086–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

whilestatFunction · 0.70
forbodyFunction · 0.70
ifstatFunction · 0.70
statementFunction · 0.70

Calls 3

statlistFunction · 0.85
enterblockFunction · 0.70
leaveblockFunction · 0.70

Tested by

no test coverage detected