Home
last modified time | relevance | path

Searched refs:hasTLARecord (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp1021 auto hasTLARecord = panda::pandasm::Record("_HasTopLevelAwait", LANG_EXT); in AddHasTopLevelAwaitRecord() local
1022 hasTLARecord.metadata->SetAccessFlags(panda::ACC_PUBLIC); in AddHasTopLevelAwaitRecord()
1028 hasTLARecord.field_list.emplace_back(std::move(hasTLAField)); in AddHasTopLevelAwaitRecord()
1030 prog_->record_table.emplace(hasTLARecord.name, std::move(hasTLARecord)); in AddHasTopLevelAwaitRecord()

Completed in 2 milliseconds