summaryrefslogtreecommitdiff
path: root/js/src/tests/test262/language/expressions/coalesce/browser.js
Commit message (Collapse)AuthorAge
* [JS:Engine] Implement support for nullish coalescing in the JS parserFranklinDM2022-05-27
- UXP Parts 1, 2, 4, 5, and 7 based on Bug 1566141 - UXP Part 3 partially based on Bugs 1566141 and 1593415 - UXP Part 6 partly based on Bugs 1566141 and 1599163 with a different approach by modifying the `Boolish` function directly to act differently if we're checking for nullish values.