Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ block
Function
block
xrepo/packages/l/lua/port/lua/src/lparser.c:1304–1311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1302
1303
1304
static void block (LexState *ls) {
1305
/* block -> statlist */
1306
FuncState *fs = ls->fs;
1307
BlockCnt bl;
1308
enterblock(fs, &bl, 0);
1309
statlist(ls);
1310
leaveblock(fs);
1311
}
1312
1313
1314
/*
Callers
8
withBind
Function · 0.85
builtin_build_string_T
Function · 0.85
peek_das_string_T
Function · 0.85
use
Method · 0.85
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