Home
last modified time | relevance | path

Searched defs:computed (Results 1 – 12 of 12) 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/util/ast-builders/
DtsMethodSignatureBuilder.h41 TSMethodSignatureBuilder &SetComputed(bool computed) in SetComputed()
DtsPropertySignatureBuilder.h41 TSPropertySignatureBuilder &SetComputed(bool computed) in SetComputed()
/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.cpp1336 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey()
1479 bool computed = false; in ParseTsTypeLiteralOrInterfaceMember() local
DexpressionParser.cpp1410 bool computed = false; in ParseOptionalMemberExpression() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp877 bool computed = node->IsComputed(); in ProcessAutoAccessorProperty() local