Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DnullishCoalescingOperator1.js31 const bb4 = b4 ?? 1; constant
77 var bb4 = b4 !== null && b4 !== void 0 ? b4 : 1; variable
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator1.ts33 const bb4 = b4 ?? 1; constant