Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dhoisting.cpp44 const auto &internalName = scriptFunction->Scope()->InternalName(); in HoistFunction() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsEnumDeclaration.h85 void SetInternalName(util::StringView internalName) in SetInternalName()
DtsInterfaceDeclaration.h93 void SetInternalName(util::StringView internalName) in SetInternalName()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp70 const auto &internalName = scriptFunction->Scope()->InternalName(); in HoistFunction() local
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp193 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in CreateClassPublicBuffer() local
240 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in CreateClassPrivateBuffer() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp189 … *ETSChecker::CreateSignature(SignatureInfo *info, Type *returnType, util::StringView internalName) in CreateSignature()
554 auto internalName = util::UString(ss.str(), Allocator()).View(); in CreateBuiltinArraySignatureInfo() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp864 util::UString internalName(ss.str(), Allocator()); in BuildFunctionName() local
936 util::UString internalName(Program()->GetPackageName(), Allocator()); in BuildFunctionalInterfaceName() local
Dvarbinder.cpp282 util::UString internalName(ss.str(), Allocator()); in BuildFunctionName() local
Dscope.h524 void BindInternalName(util::StringView internalName) in BindInternalName()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts213 readonly internalName: string; property in PandaGen
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp372 auto internalName = std::string(program_->FormatedRecordName()) + std::string(name); in BuildFunction() local
Dscope.h626 void BindName(util::StringView name, util::StringView internalName) in BindName()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp155 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in CreateClassStaticProperties() local