Searched defs:computed (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-namespace-18.ts | 17 const computed:unique symbol = Symbol("symbol"); constant
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | tsPropertySignature.h | 32 …explicit TSPropertySignature(Expression *key, TypeNode *typeAnnotation, bool computed, bool option… in TSPropertySignature()
|
| D | tsMethodSignature.h | 38 …explicit TSMethodSignature(Expression *key, ir::FunctionSignature &&signature, bool computed, bool… in TSMethodSignature()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsPropertySignature.h | 34 …explicit TSPropertySignature(Expression *key, Expression *typeAnnotation, bool computed, bool opti… in TSPropertySignature()
|
| D | tsMethodSignature.h | 41 … ArenaVector<Expression *> &¶ms, Expression *returnTypeAnnotation, bool computed, in TSMethodSignature()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.h | 39 bool computed, bool optional) in MemberExpression()
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classProperty.h | 115 void SetComputed(bool computed) in SetComputed()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 1331 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey() 1474 bool computed = false; in ParseTsTypeLiteralOrInterfaceMember() local
|
| D | expressionParser.cpp | 1429 bool computed = false; in ParseOptionalMemberExpression() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 888 bool computed = node->IsComputed(); in ProcessAutoAccessorProperty() local
|