Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DpromiseType.js152 const p68 = p.then(() => x, () => Promise.resolve(1)); constant
381 const p68 = p.then(() => x, () => Promise.resolve(1)); constant
DpromiseTypeStrictNull.js152 const p68 = p.then(() => x, () => Promise.resolve(1)); constant
381 const p68 = p.then(() => x, () => Promise.resolve(1)); constant
/third_party/typescript/tests/cases/compiler/
DpromiseTypeStrictNull.ts153 const p68 = p.then(() => x, () => Promise.resolve(1)); constant
DpromiseType.ts152 const p68 = p.then(() => x, () => Promise.resolve(1)); constant