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
1164 export const classElementKeywords: readonly ExpectedCompletionEntryObject[] = constant
1169 export const constructorParameterKeywords: readonly ExpectedCompletionEntryObject[] = constant
1176 export const functionMembers: readonly ExpectedCompletionEntryObject[] = [ constant
1186 export const stringMembers: readonly ExpectedCompletionEntryObject[] = [ constant
1210 export const functionMembersWithPrototype: readonly ExpectedCompletionEntryObject[] = [ constant
1217 export const statementKeywordsWithTypes: readonly ExpectedCompletionEntryObject[] = [ constant
[all …]