Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h27 …plicit ETSEnumType(ArenaAllocator *allocator, util::StringView name, util::StringView internalName, in ETSEnumType()
52 …cit ETSIntEnumType(ArenaAllocator *allocator, util::StringView name, util::StringView internalName, in ETSIntEnumType()
73 … ETSStringEnumType(ArenaAllocator *allocator, util::StringView name, util::StringView internalName, in ETSStringEnumType()
DetsObjectType.h40 …icit ETSObjectType(ArenaAllocator *allocator, util::StringView name, util::StringView internalName, in ETSObjectType()
47 …icit ETSObjectType(ArenaAllocator *allocator, util::StringView name, util::StringView internalName, in ETSObjectType()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dhoisting.cpp44 const auto &internalName = scriptFunction->Scope()->InternalName(); in HoistFunction() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp68 const auto &internalName = scriptFunction->Scope()->InternalName(); in HoistFunction() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsEnumDeclaration.h98 void SetInternalName(util::StringView internalName) in SetInternalName()
DtsInterfaceDeclaration.h109 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
241 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in CreateClassPrivateBuffer() 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.cpp390 auto internalName = std::string(program_->FormatedRecordName()) + std::string(name); in LegacyBuildFunction() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp240 util::UString internalName(ss.str(), Allocator()); in BuildFunctionName() local
Dscope.h563 void BindInternalName(util::StringView internalName) in BindInternalName()
DETSBinder.cpp1346 util::UString internalName(ss.str(), Allocator()); in BuildFunctionName() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp453 auto internalName = util::UString(ss.str(), ProgramAllocator()).View(); in CreateBuiltinArraySignatureInfo() local
DutilityTypeHandlers.cpp96 … auto internalName = typeNode->IsClassDefinition() ? typeNode->AsClassDefinition()->InternalName() in GetPartialClassName() local
Dhelpers.cpp3115 auto const internalName = in GetImportSpecifierObjectType() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp89 const util::StringView &internalName = func->Function()->Scope()->InternalName(); in PropertyMethodKind() local