Home
last modified time | relevance | path

Searched +defs:for +defs:in (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DconvertKeywordsYes.ts151 for; property
156 in; property
209 public for = 0; property in bigClass
213 public in = 0; property in bigClass
267 for, enumerator
272 in, enumerator
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts26 for; property in C
32 in; property in C
95 for; property
101 in; property
234 for, enumerator
240 in, enumerator
/third_party/typescript/src/compiler/
Dchecker.ts91 …// The following members encode facts about particular kinds of types for use in the getTypeFacts … enumerator