Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ listfield
Function
listfield
third-party/lua-5.5.0/src/lparser.c:983–987 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
981
982
983
static void listfield (LexState *ls, ConsControl *cc) {
984
/* listfield -> exp */
985
expr(ls, &cc->v);
986
cc->tostore++;
987
}
988
989
990
static void field (LexState *ls, ConsControl *cc) {
Callers
1
field
Function · 0.70
Calls
1
expr
Function · 0.70
Tested by
no test coverage detected