Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ block
Function
block
app/redis-6.2.6/deps/lua/src/lparser.c:885–893 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
883
884
885
static void block (LexState *ls) {
886
/* block -> chunk */
887
FuncState *fs = ls->fs;
888
BlockCnt bl;
889
enterblock(fs, &bl, 0);
890
chunk(ls);
891
lua_assert(bl.breaklist == NO_JUMP);
892
leaveblock(fs);
893
}
894
895
896
/*
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
chunk
Function · 0.85
enterblock
Function · 0.70
leaveblock
Function · 0.70
Tested by
1
test_then_block
Function · 0.56