Home
last modified time | relevance | path

Searched defs:moduleLiteralArray (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1132std::vector<panda::pandasm::LiteralArray::Literal> &moduleLiteralArray) in ParseModuleRequests()
1145std::vector<panda::pandasm::LiteralArray::Literal> &moduleLiteralArray) in ParseRegularImportEntries()
1166std::vector<panda::pandasm::LiteralArray::Literal> &moduleLiteralArray) in ParseNamespaceImportEntries()
1185std::vector<panda::pandasm::LiteralArray::Literal> &moduleLiteralArray) in ParseLocalExportEntries()
1202std::vector<panda::pandasm::LiteralArray::Literal> &moduleLiteralArray) in ParseIndirectExportEntries()
1223std::vector<panda::pandasm::LiteralArray::Literal> &moduleLiteralArray) in ParseStarExportEntries()
1238 std::vector<panda::pandasm::LiteralArray::Literal> moduleLiteralArray; in ParseSingleModule() local