Searched refs:isComputed_ (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | property.h | 44 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 D | classProperty.h | 45 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 D | methodDefinition.h | 57 isComputed_(isComputed) in MethodDefinition() 93 return isComputed_; in Computed() 196 bool isComputed_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::MethodDefinition
|
H A D | classProperty.cpp | 59 {"computed", isComputed_}, in Dump()
|
H A D | property.cpp | 125 {"computed", isComputed_}, in Dump()
|
H A D | methodDefinition.cpp | 98 {"computed", isComputed_}, in Dump()
|
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | propertyBuilder.h | 55 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 D | property.h | 49 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 D | classElement.h | 39 isComputed_(isComputed) in ClassElement() 83 return isComputed_; 110 bool isComputed_; member in ark::es2panda::ir::ClassElement
|
H A D | classProperty.cpp | 83 {"computed", isComputed_}, in Dump() 159 if (auto *const clone = allocator->New<ClassProperty>(key, value, typeAnnotation, flags_, allocator, isComputed_); in Clone()
|
H A D | methodDefinition.cpp | 147 {"computed", isComputed_}, in Dump() 248 if (auto *const clone = allocator->New<MethodDefinition>(kind_, key, value, flags_, allocator, isComputed_); in Clone()
|
H A D | property.cpp | 172 {"computed", isComputed_}, in Dump()
|
Completed in 8 milliseconds