Searched defs:isComputed (Results 1 – 6 of 6) 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 | 41 bool isComputed) in MethodDefinition()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | helpers.cpp | 225 bool Helpers::IsConstantPropertyKey(const ir::Expression *expr, bool isComputed) in IsConstantPropertyKey()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 1918 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/ |
| D | expressionParser.cpp | 2088 bool isComputed = lexer_->GetToken().Type() == lexer::TokenType::PUNCTUATOR_LEFT_SQUARE_BRACKET; in ParsePropertyDefinition() local
|