Home
last modified time | relevance | path

Searched defs:isComputed (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DpropertyBuilder.h53 PropertyBuilder &SetIsComputed(bool isComputed) in SetIsComputed()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DclassProperty.h38 … ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) in ClassProperty()
DclassElement.h34 … ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) in ClassElement()
Dproperty.h42 bool const isComputed) in Property()
DmethodDefinition.h43 … ModifierFlags const modifiers, ArenaAllocator *const allocator, bool const isComputed) in MethodDefinition()
/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h48 …cit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isComputed) in Property()
DclassProperty.h38 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
DmethodDefinition.h47 bool isComputed) in MethodDefinition()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h59 bool isComputed; member
Dtransformer.cpp1556 ir::Expression *Transformer::GetClassMemberName(ir::Expression *key, bool isComputed, in GetClassMemberName()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserExpressions.cpp224 … bool isComputed = Lexer()->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
DTSparser.cpp1575 bool isComputed = false; in ParseInterfacePropertyKey() local
DexpressionParser.cpp2252 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp1645 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey()
1684 Operand PandaGen::ToPropertyKey(const ir::Expression *prop, bool isComputed, bool isSuperExpression) in ToPropertyKey()
1702 Operand PandaGen::ToOwnPropertyKey(const ir::Expression *prop, bool isComputed) in ToOwnPropertyKey()
1721 void PandaGen::LoadPropertyKeyAcc(const ir::Expression *prop, bool isComputed) in LoadPropertyKeyAcc()
1733 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey()
/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp346 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp2098 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey()
2138 Operand PandaGen::ToPropertyKey(const ir::Expression *prop, bool isComputed) in ToPropertyKey()
2166 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp378 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp2242 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local