Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ block
Function
block
third-party/lua-5.5.0/src/lparser.c:1419–1426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1417
1418
1419
static void block (LexState *ls) {
1420
/* block -> statlist */
1421
FuncState *fs = ls->fs;
1422
BlockCnt bl;
1423
enterblock(fs, &bl, 0);
1424
statlist(ls);
1425
leaveblock(fs);
1426
}
1427
1428
1429
/*
Callers
5
whilestat
Function · 0.70
forbody
Function · 0.70
test_then_block
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
1
test_then_block
Function · 0.56