Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crownengine/crown
/ block
Function
block
3rdparty/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.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
chunk
Function · 0.70
leaveblock
Function · 0.70
Tested by
1
test_then_block
Function · 0.56