Home
last modified time | relevance | path

Searched defs:isComputed (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DclassProperty.h37 ClassProperty(Expression *const key, Expression *const value, TypeNode *const typeAnnotation, ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) ClassProperty() argument
H A DclassElement.h33 ClassElement(AstNodeType const elementType, Expression *const key, Expression *const value, ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) ClassElement() argument
H A Dproperty.h41 Property(PropertyKind const kind, Expression *const key, Expression *const value, bool const isMethod, bool const isComputed) Property() argument
H A DmethodDefinition.h42 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 DpropertyBuilder.h53 PropertyBuilder &SetIsComputed(bool isComputed) in SetIsComputed() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassProperty.h37 ClassProperty(Expression *key, Expression *value, Expression *typeAnnotation, ModifierFlags modifiers, ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) ClassProperty() argument
H A Dproperty.h48 explicit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isComputed) in Property() argument
H A DmethodDefinition.h44 MethodDefinition(MethodDefinitionKind kind, Expression *key, FunctionExpression *value, ModifierFlags modifiers, ArenaAllocator *allocator, ArenaVector<Decorator *> &&decorators, ArenaVector<Annotation *> &&annotations, ArenaVector<ParamDecorators> &&paramDecorators, bool isComputed) MethodDefinition() argument
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.h59 bool isComputed; member
H A Dtransformer.cpp1567 ir::Expression *Transformer::GetClassMemberName(ir::Expression *key, bool isComputed, in GetClassMemberName() argument
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp346 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey() argument
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp391 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1578 bool isComputed = false; in ParseInterfacePropertyKey() local
H A DexpressionParser.cpp2136 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2261 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp1691 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 Dpandagen.cpp2071 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

Completed in 26 milliseconds