Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmBinaryToAST.cpp1711 static bool ToAstName(AstDecodeContext& c, const char* name, AstName* out) { in ToAstName() function
1742 if (!ToAstName(c, import.module.get(), &moduleName)) return false; in AstCreateImports()
1745 if (!ToAstName(c, import.field.get(), &fieldName)) return false; in AstCreateImports()
1890 if (!ToAstName(c, exp.fieldName(), &name)) return false; in AstCreateExports()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmBinaryToAST.cpp1459 ToAstName(AstDecodeContext& c, const UniqueChars& name) in ToAstName() function
1491 AstName moduleName = ToAstName(c, import.module); in AstDecodeImportSection()
1492 AstName fieldName = ToAstName(c, import.field); in AstDecodeImportSection()