Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ block
Function
block
deps/lua/src/lparser.c:881–889 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
879
880
881
static void block (LexState *ls) {
882
/* block -> chunk */
883
FuncState *fs = ls->fs;
884
BlockCnt bl;
885
enterblock(fs, &bl, 0);
886
chunk(ls);
887
lua_assert(bl.breaklist == NO_JUMP);
888
leaveblock(fs);
889
}
890
891
892
/*
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