Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBinaryToAST.cpp478 AstDecodeBlock(AstDecodeContext& c, Op op) in AstDecodeBlock() function
1091 if (!AstDecodeBlock(c, Op(op))) in AstDecodeExpr()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmBinaryToAST.cpp373 static bool AstDecodeBlock(AstDecodeContext& c, Op op) { in AstDecodeBlock() function
1170 if (!AstDecodeBlock(c, Op(op.b0))) return false; in AstDecodeExpr()