Home
last modified time | relevance | path

Searched refs:classElementKeywords (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DcompletionEntryForClassMembers.ts179 exact: [protectedMethod, getValue, ...completion.classElementKeywords],
185 exact: [staticMethod, ...completion.classElementKeywords],
193 exact: [protectedMethod, ...completion.classElementKeywords],
201 exact: [getValue, ...completion.classElementKeywords],
207 exact: ["getValue1", "protectedMethod", "getValue", ...completion.classElementKeywords],
216 ...completion.classElementKeywords,
226 exact: [staticMethod, ...completion.classElementKeywords],
DcompletionListInheritedClassMembers.ts40 …{ marker: "1", exact: ["m1", "m2", "m3", ...completion.classElementKeywords], isNewIdentifierLocat…
41 …{ marker: "2", exact: ["m1", "m2", "m3", ...completion.classElementKeywords], isNewIdentifierLocat…
42 …{ marker: "3", exact: ["m1", "m3", ...completion.classElementKeywords], isNewIdentifierLocation: t…
DcompletionAmbientPropertyDeclaration.ts8 verify.completions({marker: "1", exact: completion.classElementKeywords, isNewIdentifierLocation: t…
9 verify.completions({marker: "2", exact: completion.classElementKeywords, isNewIdentifierLocation: t…
DcompletionListClassPrivateFields.ts13 exact: completion.classElementKeywords,
DcompletionEntryForClassMembers_StaticWhenBaseTypeIsNotResolved.ts34 exact: completion.classElementKeywords,
DcompletionListClassMembersWithSuperClassFromUnknownNamespace.ts7 verify.completions({ marker: "", includes: completion.classElementKeywords, isNewIdentifierLocation…
DcompletionListBuilderLocations_properties.ts13 verify.completions({ marker: test.markers(), exact: completion.classElementKeywords, isNewIdentifie…
DcompletionListAtIdentifierDefinitionLocations_properties.ts33 verify.completions({ marker: test.markers(), exact: completion.classElementKeywords, isNewIdentifie…
DcompletionInFunctionLikeBody.ts24 { marker: ["3", "4"], exact: completion.classElementKeywords, isNewIdentifierLocation: true },
DcompletionListWithModulesOutsideModuleScope2.ts237 exact: ["scpfn", "scpvar", ...completion.classElementKeywords],
DcompletionEntryForClassMembers3.ts23 ...completion.classElementKeywords,
DcompletionListWithModulesOutsideModuleScope.ts253 exact: completion.classElementKeywords,
DcompletionListIsGlobalCompletion.ts48 …{ marker: "10", exact: completion.classElementKeywords, isGlobalCompletion: false, isNewIdentifier…
DcompletionEntryForClassMembers2.ts401 exact: [...members.map(m => ({ ...m, kind: "method" })), ...completion.classElementKeywords],
Dfourslash.ts809 export const classElementKeywords: ReadonlyArray<Entry>; constant
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts1164 export const classElementKeywords: readonly ExpectedCompletionEntryObject[] = constant
1167 export const classElementInJsKeywords = getInJsKeywords(classElementKeywords);