Searched defs:isComputed (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/base/ |
D | classProperty.h | 37 ArenaVector<Decorator *> &&decorators, bool isComputed, bool definite) in ClassProperty()
|
D | property.h | 48 …cit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isComputed) in Property()
|
D | methodDefinition.h | 46 ArenaVector<ParamDecorators> &¶mDecorators, bool isComputed) in MethodDefinition()
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | helpers.cpp | 384 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 1967 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/ |
D | expressionParser.cpp | 2115 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 1078 ir::Expression *Transformer::GetClassMemberName(ir::Expression *key, bool isComputed, in GetClassMemberName()
|