Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ block
Function
block
third-party/lua-5.2.4/src/lparser.c:1082–1089 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1080
1081
1082
static void block (LexState *ls) {
1083
/* block -> statlist */
1084
FuncState *fs = ls->fs;
1085
BlockCnt bl;
1086
enterblock(fs, &bl, 0);
1087
statlist(ls);
1088
leaveblock(fs);
1089
}
1090
1091
1092
/*
Callers
4
whilestat
Function · 0.70
forbody
Function · 0.70
ifstat
Function · 0.70
statement
Function · 0.70
Calls
3
enterblock
Function · 0.70
statlist
Function · 0.70
leaveblock
Function · 0.70
Tested by
no test coverage detected