Home
last modified time | relevance | path

Searched defs:internalName (Results 1 – 15 of 15) 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/statements/
DannotationDeclaration.h42 void SetInternalName(util::StringView internalName) in SetInternalName()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp68 const auto &internalName = scriptFunction->Scope()->InternalName(); in HoistFunction() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
DnamespaceDefinition.h96 void SetInternalName(util::StringView internalName) noexcept in SetInternalName()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsEnumDeclaration.h97 void SetInternalName(util::StringView internalName) in SetInternalName()
DtsInterfaceDeclaration.h108 void SetInternalName(util::StringView internalName) in SetInternalName()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp189 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in CreateClassPublicBuffer() local
236 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in CreateClassPrivateBuffer() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp372 … *ETSChecker::CreateSignature(SignatureInfo *info, Type *returnType, util::StringView internalName) in CreateSignature()
647 auto internalName = util::UString(ss.str(), Allocator()).View(); in CreateBuiltinArraySignatureInfo() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h765 void BindName(util::StringView name, util::StringView internalName) in BindName()
1031 std::stringstream internalName; in BindNameWithScopeInfo() local
1073 std::stringstream internalName; in BindNameWithScopeInfo() local
Dscope.cpp547 std::stringstream internalName; in BindNameWithScopeInfo() local
Dbinder.cpp389 auto internalName = std::string(program_->FormatedRecordName()) + std::string(name); in LegacyBuildFunction() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp282 util::UString internalName(ss.str(), Allocator()); in BuildFunctionName() local
Dscope.h596 void BindInternalName(util::StringView internalName) in BindInternalName()
DETSBinder.cpp1067 util::UString internalName(ss.str(), Allocator()); in BuildFunctionName() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp89 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in PropertyMethodKind() local