Home
last modified time | relevance | path

Searched defs:computed (Results 1 – 6 of 6) 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/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_runtime/test/typeinfer/automatedcases/
DenumClassification.ts92 // Examples of numeric enum types with constant and computed members enumerator
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1277 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey()
1381 bool computed = false; in ParseTsTypeLiteralOrInterfaceMember() local