| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | classProperty.h | 37 ClassProperty(Expression *const key, Expression *const value, TypeNode *const typeAnnotation, ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) ClassProperty() argument
|
| H A D | classElement.h | 33 ClassElement(AstNodeType const elementType, Expression *const key, Expression *const value, ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) ClassElement() argument
|
| H A D | property.h | 41 Property(PropertyKind const kind, Expression *const key, Expression *const value, bool const isMethod, bool const isComputed) Property() argument
|
| H A D | methodDefinition.h | 42 MethodDefinition(MethodDefinitionKind const kind, Expression *const key, Expression *const value, ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) MethodDefinition() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | propertyBuilder.h | 53 PropertyBuilder &SetIsComputed(bool isComputed) in SetIsComputed() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classProperty.h | 37 ClassProperty(Expression *key, Expression *value, Expression *typeAnnotation, ModifierFlags modifiers, ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) ClassProperty() argument
|
| H A D | property.h | 48 explicit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isComputed) in Property() argument
|
| H A D | methodDefinition.h | 44 MethodDefinition(MethodDefinitionKind kind, Expression *key, FunctionExpression *value, ModifierFlags modifiers, ArenaAllocator *allocator, ArenaVector<Decorator *> &&decorators, ArenaVector<Annotation *> &&annotations, ArenaVector<ParamDecorators> &¶mDecorators, bool isComputed) MethodDefinition() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| H A D | transformer.h | 59 bool isComputed; member
|
| H A D | transformer.cpp | 1567 ir::Expression *Transformer::GetClassMemberName(ir::Expression *key, bool isComputed, in GetClassMemberName() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | helpers.cpp | 346 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey() argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | helpers.cpp | 391 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | TSparser.cpp | 1578 bool isComputed = false; in ParseInterfacePropertyKey() local
|
| H A D | expressionParser.cpp | 2136 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | expressionParser.cpp | 2261 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | pandagen.cpp | 1691 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey() argument 1730 Operand PandaGen::ToPropertyKey(const ir::Expression *prop, bool isComputed, bool isSuperExpression) in ToPropertyKey() argument 1748 Operand PandaGen::ToOwnPropertyKey(const ir::Expression *prop, bool isComputed) in ToOwnPropertyKey() argument 1767 void PandaGen::LoadPropertyKeyAcc(const ir::Expression *prop, bool isComputed) in LoadPropertyKeyAcc() argument 1779 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 2071 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey() argument 2111 Operand PandaGen::ToPropertyKey(const ir::Expression *prop, bool isComputed) in ToPropertyKey() argument 2139 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() argument
|