Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassProperty.h37 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
Dproperty.h48 …cit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isComputed) in Property()
DmethodDefinition.h46 ArenaVector<ParamDecorators> &&paramDecorators, bool isComputed) in MethodDefinition()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp384 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1967 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey()
2007 Operand PandaGen::ToPropertyKey(const ir::Expression *prop, bool isComputed) in ToPropertyKey()
2035 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp2115 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1078 ir::Expression *Transformer::GetClassMemberName(ir::Expression *key, bool isComputed, in GetClassMemberName()