Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp64 const auto &internalName = scriptFunction->Scope()->InternalName(); in HoistFunction() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp287 auto internalName = std::string(program_->FormatedRecordName()) + std::string(name); in BuildFunction() local
302 util::UString internalName(ss.str(), Allocator()); in BuildFunction() local
Dscope.h574 void BindName(util::StringView name, util::StringView internalName) in BindName()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp185 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in CreateClassStaticProperties() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp394 util::UString internalName(ss.str(), Allocator()); in GetParamName() local
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts213 readonly internalName: string; property in PandaGen