Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/services/
Dcolorization.ts64 for (const expectedEntry of expectedEntries) { constant
/third_party/typescript/src/harness/
DfourslashImpl.ts951 for (const expectedEntry of options.unsorted) { constant
952 const name = typeof expectedEntry === "string" ? expectedEntry : expectedEntry.name; constant