Home
last modified time | relevance | path

Searched defs:privateId (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassDefinition.h70 explicit ClassDefinition(const util::StringView &privateId, Identifier *ident, in ClassDefinition() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype_info_accessors.cpp662 auto privateId = ptManager_->GetSymbolIdByProfileType(type); in GetKeyTaggedValue() local
762 auto privateId = ptManager_->GetSymbolIdByProfileType(type); in GetKeyTaggedValue() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2642 ir::Expression *privateId = AllocNode<ir::TSPrivateIdentifier>(propName, nullptr, nullptr); in ParseClassMethod() local
2717 auto *privateId = AllocNode<ir::TSPrivateIdentifier>(propName, value, typeAnnotation); in ParseClassProperty() local

Completed in 10 milliseconds