MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / expr

Function expr

third-party/lua-5.4.6/src/lparser.c:1289–1291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1287
1288
1289static void expr (LexState *ls, expdesc *v) {
1290 subexpr(ls, v, 0);
1291}
1292
1293/* }==================================================================== */
1294

Callers 8

yindexFunction · 0.70
recfieldFunction · 0.70
listfieldFunction · 0.70
explistFunction · 0.70
primaryexpFunction · 0.70
condFunction · 0.70
exp1Function · 0.70
test_then_blockFunction · 0.70

Calls 1

subexprFunction · 0.70

Tested by 1

test_then_blockFunction · 0.56