Home
last modified time | relevance | path

Searched defs:computed (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-namespace-18.ts17 const computed:unique symbol = Symbol("symbol"); constant
/arkcompiler/ets_frontend/ets2panda/ir/base/
DtsPropertySignature.h32 …explicit TSPropertySignature(Expression *key, TypeNode *typeAnnotation, bool computed, bool option… in TSPropertySignature()
DtsMethodSignature.h38 …explicit TSMethodSignature(Expression *key, ir::FunctionSignature &&signature, bool computed, bool… in TSMethodSignature()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsPropertySignature.h34 …explicit TSPropertySignature(Expression *key, Expression *typeAnnotation, bool computed, bool opti… in TSPropertySignature()
DtsMethodSignature.h41 … ArenaVector<Expression *> &&params, Expression *returnTypeAnnotation, bool computed, in TSMethodSignature()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.h39 bool computed, bool optional) in MemberExpression()
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassProperty.h115 void SetComputed(bool computed) in SetComputed()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1331 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey()
1474 bool computed = false; in ParseTsTypeLiteralOrInterfaceMember() local
DexpressionParser.cpp1429 bool computed = false; in ParseOptionalMemberExpression() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp888 bool computed = node->IsComputed(); in ProcessAutoAccessorProperty() local