Searched defs:computed (Results 1 – 6 of 6) sorted by relevance
17 const computed:unique symbol = Symbol("symbol"); constant
34 …explicit TSPropertySignature(Expression *key, Expression *typeAnnotation, bool computed, bool opti… in TSPropertySignature()
41 … ArenaVector<Expression *> &¶ms, Expression *returnTypeAnnotation, bool computed, in TSMethodSignature()
39 bool computed, bool optional) in MemberExpression()
92 // Examples of numeric enum types with constant and computed members enumerator
1277 ir::Expression *ParserImpl::ParseTsTypeLiteralOrInterfaceKey(bool *computed, bool *signature, bool … in ParseTsTypeLiteralOrInterfaceKey()1381 bool computed = false; in ParseTsTypeLiteralOrInterfaceMember() local