Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBinaryToAST.cpp1782 AstDecodeFunctionBody(AstDecodeContext &c, uint32_t funcDefIndex, AstFunc** func) in AstDecodeFunctionBody() function
1898 if (!AstDecodeFunctionBody(c, funcDefIndex, &func)) in AstDecodeCodeSection()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmBinaryToAST.cpp1601 static bool AstDecodeFunctionBody(AstDecodeContext& c, uint32_t funcIndex, in AstDecodeFunctionBody() function
1965 if (!AstDecodeFunctionBody(c, c.module().numFuncImports() + funcDefIndex, in AstDecodeCodeSection()