Home
last modified time | relevance | path

Searched defs:isComputed (Results 1 – 6 of 6) 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.h41 bool isComputed) in MethodDefinition()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp225 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1918 Operand PandaGen::ToNamedPropertyKey(const ir::Expression *prop, bool isComputed) in ToNamedPropertyKey()
1958 Operand PandaGen::ToPropertyKey(const ir::Expression *prop, bool isComputed) in ToPropertyKey()
1986 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp2088 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local