Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1068 export const keywordsWithUndefined: readonly ExpectedCompletionEntryObject[] = res; constant
1069 …export const keywords: readonly ExpectedCompletionEntryObject[] = keywordsWithUndefined.filter(k =… constant
1071 export const typeKeywords: readonly ExpectedCompletionEntryObject[] = [ constant
1114 const globalTypeDecls: readonly ExpectedCompletionEntryObject[] = [ constant
1275 export const classElementKeywords: readonly ExpectedCompletionEntryObject[] = [ constant
1293 export const constructorParameterKeywords: readonly ExpectedCompletionEntryObject[] = constant
1300 export const functionMembers: readonly ExpectedCompletionEntryObject[] = [ constant
1314 export const stringMembers: readonly ExpectedCompletionEntryObject[] = [ constant
1338 export const functionMembersWithPrototype: readonly ExpectedCompletionEntryObject[] = [ constant
1348 export const statementKeywordsWithTypes: readonly ExpectedCompletionEntryObject[] = [ constant
[all …]