Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DstrictTypeofUnionNarrowing.ts14 function stringify4(anything: { toString?(): string } | undefined): string { function
/third_party/typescript/tests/baselines/reference/
DstrictTypeofUnionNarrowing.js30 function stringify4(anything) { function