Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ block
Function
block
lua/lparser.c:927–935 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
925
926
927
static void block (LexState *ls) {
928
/* block -> chunk */
929
FuncState *fs = ls->fs;
930
BlockCnt bl;
931
enterblock(fs, &bl, 0);
932
chunk(ls);
933
lua_assert(bl.breaklist == NO_JUMP);
934
leaveblock(fs);
935
}
936
937
938
/*
Callers
5
whilestat
Function · 0.85
forbody
Function · 0.85
test_then_block
Function · 0.85
ifstat
Function · 0.85
statement
Function · 0.85
Calls
3
enterblock
Function · 0.85
chunk
Function · 0.85
leaveblock
Function · 0.85
Tested by
1
test_then_block
Function · 0.68