Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
DmoduleHelpers.cpp60 panda::pandasm::Record *entryRecord = new panda::pandasm::Record(recordName, langExt); in CompileNpmModuleEntryList() local
61 entryRecord->field_list.emplace_back(std::move(entryNameField)); in CompileNpmModuleEntryList()
62 prog->record_table.emplace(recordName, std::move(*entryRecord)); in CompileNpmModuleEntryList()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1658 panda::pandasm::Record entryRecord = panda::pandasm::Record(recordName, langExt); in CompileNpmEntries() local
1659 entryRecord.field_list.emplace_back(std::move(entryNameField)); in CompileNpmEntries()
1660 prog.record_table.emplace(recordName, std::move(entryRecord)); in CompileNpmEntries()