Home
last modified time | relevance | path

Searched refs:tstmt (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-macro-gen.h20 #define WASM_IF(cond, tstmt) kExprIf, cond, tstmt argument
21 #define WASM_IF_ELSE(cond, tstmt, fstmt) kExprIfElse, cond, tstmt, fstmt argument