Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/sigstore/dist/
Dconfig.js27 witnesses: initWitnesses(options), property
/third_party/typescript/src/compiler/
Dchecker.ts24374 const witnesses: (string | undefined)[] = []; constant
25733 const witnesses = getSwitchClauseTypeOfWitnesses(switchStatement); constant
33807 const witness = i < start || i >= end ? witnesses[i] : undefined; constant
33830 const witnesses = getSwitchClauseTypeOfWitnesses(node); constant
/third_party/typescript/lib/
Dtsc.js68646 function getNotEqualFactsFromTypeofSwitch(start, end, witnesses) { argument
DtypingsInstaller.js81660 function getNotEqualFactsFromTypeofSwitch(start, end, witnesses) { argument