MCPcopy Create free account
hub / github.com/LuaJIT/LuaJIT / parse_stmt

Function parse_stmt

src/lj_parse.c:2642–2697  ·  view source on GitHub ↗

Parse a statement. Returns 1 if it must be the last one in a chunk. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parse_chunkFunction · 0.85

Calls 15

parse_ifFunction · 0.85
parse_whileFunction · 0.85
lj_lex_nextFunction · 0.85
parse_blockFunction · 0.85
lex_matchFunction · 0.85
parse_forFunction · 0.85
parse_repeatFunction · 0.85
parse_funcFunction · 0.85
parse_localFunction · 0.85
parse_returnFunction · 0.85
parse_breakFunction · 0.85
parse_labelFunction · 0.85

Tested by

no test coverage detected