Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ listfield
Function
listfield
3rd/lua-5.4.3/src/lparser.c:884–888 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
882
883
884
static void listfield (LexState *ls, ConsControl *cc) {
885
/* listfield -> exp */
886
expr(ls, &cc->v);
887
cc->tostore++;
888
}
889
890
891
static void field (LexState *ls, ConsControl *cc) {
Callers
1
field
Function · 0.85
Calls
1
expr
Function · 0.85
Tested by
no test coverage detected