Searched defs:witnesses (Results 1 – 4 of 4) sorted by relevance
27 witnesses: initWitnesses(options), property
24374 const witnesses: (string | undefined)[] = []; constant25733 const witnesses = getSwitchClauseTypeOfWitnesses(switchStatement); constant33807 const witness = i < start || i >= end ? witnesses[i] : undefined; constant33830 const witnesses = getSwitchClauseTypeOfWitnesses(node); constant
68646 function getNotEqualFactsFromTypeofSwitch(start, end, witnesses) { argument
81660 function getNotEqualFactsFromTypeofSwitch(start, end, witnesses) { argument