Searched defs:computed (Results 1 – 12 of 12) 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/util/ast-builders/ |
| D | tsMethodSignatureBuilder.h | 41 TSMethodSignatureBuilder &SetComputed(bool computed) in SetComputed()
|
| D | tsPropertySignatureBuilder.h | 41 TSPropertySignatureBuilder &SetComputed(bool computed) in SetComputed()
|
| /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 | 1336 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey() 1479 bool computed = false; in ParseTsTypeLiteralOrInterfaceMember() local
|
| D | expressionParser.cpp | 1410 bool computed = false; in ParseOptionalMemberExpression() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 877 bool computed = node->IsComputed(); in ProcessAutoAccessorProperty() local
|