Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
Dcompletions.ts75 entryNames: [{ name: "foo", source: "/a" }], constant
/third_party/typescript/src/services/
Dcompletions.ts302 const entryNames = new Set(entries.map(e => e.name)); constant
/third_party/typescript/lib/
Dprotocol.d.ts1627 entryNames: (string | CompletionEntryIdentifier)[]; property
/third_party/typescript/src/server/
Dprotocol.ts2193 entryNames: (string | CompletionEntryIdentifier)[]; property