| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | propertyBuilder.h | 53 PropertyBuilder &SetIsComputed(bool isComputed) in SetIsComputed()
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | classProperty.h | 41 … ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) in ClassProperty()
|
| D | classElement.h | 34 … ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) in ClassElement()
|
| D | property.h | 42 bool const isComputed) in Property()
|
| D | methodDefinition.h | 62 … ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) in MethodDefinition()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | property.h | 48 …cit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isComputed) in Property()
|
| D | classProperty.h | 38 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
|
| D | methodDefinition.h | 47 bool isComputed) in MethodDefinition()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | annotationAllowed.h | 75 … ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) in AnnotationAllowed()
|
| D | jsDocAllowed.h | 90 … ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) in JsDocAllowed()
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/generated/ |
| D | bridges.cpp | 29 const auto isComputed = static_cast<KBoolean>(computed); in impl_CreateMemberExpression() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.h | 59 bool isComputed; member
|
| D | transformer.cpp | 1563 ir::Expression *Transformer::GetClassMemberName(ir::Expression *key, bool isComputed, in GetClassMemberName()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.cpp | 1646 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey() 1685 Operand PandaGen::ToPropertyKey(const ir::Expression *prop, bool isComputed, bool isSuperExpression) in ToPropertyKey() 1703 Operand PandaGen::ToOwnPropertyKey(const ir::Expression *prop, bool isComputed) in ToOwnPropertyKey() 1722 void PandaGen::LoadPropertyKeyAcc(const ir::Expression *prop, bool isComputed) in LoadPropertyKeyAcc() 1734 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparserExpressions.cpp | 223 … bool isComputed = Lexer()->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
|
| D | TSparser.cpp | 1597 bool isComputed = false; in ParseInterfacePropertyKey() local
|
| D | expressionParser.cpp | 2170 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | helpers.cpp | 348 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 2112 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey() 2152 Operand PandaGen::ToPropertyKey(const ir::Expression *prop, bool isComputed) in ToPropertyKey() 2180 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 380 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | expressionParser.cpp | 2242 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
|