Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1087
static 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
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