Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp70 const auto &internalName = scriptFunction->Scope()->InternalName(); in HoistFunction() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp196 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in CreateClassStaticProperties() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp356 auto internalName = std::string(program_->FormatedRecordName()) + std::string(name); in BuildFunction() local
Dscope.h583 void BindName(util::StringView name, util::StringView internalName) in BindName()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts213 readonly internalName: string; property in PandaGen