Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ block
Function
block
3rd/lua-5.4.3/src/lparser.c:1293–1300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1291
1292
1293
static void block (LexState *ls) {
1294
/* block -> statlist */
1295
FuncState *fs = ls->fs;
1296
BlockCnt bl;
1297
enterblock(fs, &bl, 0);
1298
statlist(ls);
1299
leaveblock(fs);
1300
}
1301
1302
1303
/*
Callers
4
whilestat
Function · 0.85
forbody
Function · 0.85
ifstat
Function · 0.85
statement
Function · 0.85
Calls
3
enterblock
Function · 0.85
statlist
Function · 0.85
leaveblock
Function · 0.85
Tested by
no test coverage detected