Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h163 void SetHasTLA(bool hasTLA) in SetHasTLA() argument
165 hasTLA_ = hasTLA; in SetHasTLA()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_shared_module.cpp141 bool hasTLA = jsPandaFile->GetHasTopLevelAwait(descriptor); in ParseSharedModule() local
142 moduleRecord->SetHasTLA(hasTLA); in ParseSharedModule()
H A Dmodule_data_extractor.cpp44 bool hasTLA = recordInfo->hasTopLevelAwait; in ParseModule() local
45 moduleRecord->SetHasTLA(hasTLA); in ParseModule()
H A Djs_module_source_text.cpp1110 bool hasTLA = module->GetHasTLA(); in InnerModuleEvaluationUnsafe() local
1113 if (pendingAsyncDependencies > 0 || hasTLA) { in InnerModuleEvaluationUnsafe()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.h156 void AddHasTopLevelAwaitRecord(bool hasTLA, const CompilerContext *context);
H A Demitter.cpp1011 void Emitter::AddHasTopLevelAwaitRecord(bool hasTLA, const CompilerContext *context) in AddHasTopLevelAwaitRecord() argument
1018 panda::pandasm::ScalarValue::Create<panda::pandasm::Value::Type::U8>(static_cast<uint8_t>(hasTLA))); in AddHasTopLevelAwaitRecord()
1020 } else if (hasTLA) { in AddHasTopLevelAwaitRecord()

Completed in 9 milliseconds