Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1000 export const keywordsWithUndefined: readonly ExpectedCompletionEntryObject[] = res; constant
1001 …export const keywords: readonly ExpectedCompletionEntryObject[] = keywordsWithUndefined.filter(k =… constant
1003 export const typeKeywords: readonly ExpectedCompletionEntryObject[] = constant
1006 const globalTypeDecls: readonly ExpectedCompletionEntryObject[] = [ constant
1163 export const classElementKeywords: readonly ExpectedCompletionEntryObject[] = constant
1168 export const constructorParameterKeywords: readonly ExpectedCompletionEntryObject[] = constant
1175 export const functionMembers: readonly ExpectedCompletionEntryObject[] = [ constant
1185 export const stringMembers: readonly ExpectedCompletionEntryObject[] = [ constant
1209 export const functionMembersWithPrototype: readonly ExpectedCompletionEntryObject[] = [ constant
1216 export const statementKeywordsWithTypes: readonly ExpectedCompletionEntryObject[] = [ constant
[all …]