Home
last modified time | relevance | path

Searched refs:isComputed_ (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dproperty.h44 isComputed_(false) in Property()
55 isComputed_(isComputed) in Property()
96 return isComputed_; in IsComputed()
123 bool isComputed_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::Property
H A DclassProperty.h45 isComputed_(isComputed), in ClassProperty()
102 return isComputed_; in IsComputed()
112 isComputed_ = computed; in SetComputed()
148 bool isComputed_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ClassProperty
H A DmethodDefinition.h57 isComputed_(isComputed) in MethodDefinition()
93 return isComputed_; in Computed()
196 bool isComputed_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinition
H A DclassProperty.cpp59 {"computed", isComputed_}, in Dump()
H A Dproperty.cpp125 {"computed", isComputed_}, in Dump()
H A DmethodDefinition.cpp98 {"computed", isComputed_}, in Dump()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DpropertyBuilder.h55 isComputed_ = isComputed; in SetIsComputed()
61 auto node = AllocNode(kind_, key_, value_, isMethod_, isComputed_); in Build()
70 bool isComputed_ = false; member in ark::es2panda::ir::PropertyBuilder
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Dproperty.h49 isComputed_(isComputed) in Property()
92 return isComputed_;
130 isComputed_ = other.isComputed_; in Property()
139 bool isComputed_ = false; member in ark::es2panda::ir::Property
H A DclassElement.h39 isComputed_(isComputed) in ClassElement()
83 return isComputed_;
110 bool isComputed_; member in ark::es2panda::ir::ClassElement
H A DclassProperty.cpp83 {"computed", isComputed_}, in Dump()
159 if (auto *const clone = allocator->New<ClassProperty>(key, value, typeAnnotation, flags_, allocator, isComputed_); in Clone()
H A DmethodDefinition.cpp147 {"computed", isComputed_}, in Dump()
248 if (auto *const clone = allocator->New<MethodDefinition>(kind_, key, value, flags_, allocator, isComputed_); in Clone()
H A Dproperty.cpp172 {"computed", isComputed_}, in Dump()

Completed in 8 milliseconds