summaryrefslogtreecommitdiff
path: root/js/src/builtin
Commit message (Expand)AuthorAge
* Issue #1658 - Part 4: Fix optional chaining assertions and remove unreachable...FranklinDM2022-05-04
* Issue #1658 - Part 3: Implement support for optional chaining in JS reflectionFranklinDM2022-05-04
* Issue #1877 - Resolve NIGHTLY_BUILD conditionals.Moonchild2022-04-22
* Issue #1877 - Resolve RELEASE_OR_BETA conditionals.Moonchild2022-04-19
* Issue #1382 - Set canonical name for trimStart and trimEnd functionsFranklinDM2022-04-18
* Issue #1725 - Fix logic in PerformPromiseAllSettled.Jeremy Andrews2021-07-15
* WIP: Base implementationMoonchild2021-07-13
* Issue #1756 - Clean up ICU patch.Moonchild2021-03-31
* Issue #1756 - Expose NumberFormat.formatToParts() to content.Moonchild2021-03-31
* Issue #1756 - Initial wrapped implementation in C++Moonchild2021-03-31
* Update tzdata to 2021aMoonchild2021-02-10
* Issue #1732 - Implement JSON superset proposal.Moonchild2021-02-05
* Issue #1726 - Implement String.replaceAll()meatloaf2021-02-04
* Issue #1701 - Implement Intl.PluralRules APIMoonchild2020-12-22
* Revert "Issue #1691 - Part 1: Provide a way of associating a private value wi...Moonchild2020-11-28
* Issue #1691 - Part 1: Provide a way of associating a private value with a scriptMoonchild2020-11-27
* Issue #1676 - Part 4: Split builtin sources out of js/src/moz.buildMatt A. Tobin2020-11-03
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Issue #1639 - Implement object.fromEntries()Moonchild2020-09-06
* Issue #618 - Align error handling for module scripts with the spec - Debug fo...Gaming4JC2020-08-03
* Issue #618 - Lazily initialise module binding maps - Debug follow upGaming4JC2020-08-03
* Issue #618 - Lazily initialise module binding mapsMoonchild2020-07-08
* Issue #618 - Use a single slot for the module's environment object.Moonchild2020-07-08
* Issue #618 - Align error handling for module scripts with the spec (again)Moonchild2020-07-08
* Issue #618 - Fix typo and remove old function declarations.Moonchild2020-07-07
* Issue #618 - Report source position information (line/column)Moonchild2020-07-04
* Issue #618 - Align module instantiation/errors with the updated spec.Moonchild2020-07-03
* Issue #1465 - Implement optional catch binding.wolfbeast2020-02-27
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23
* Issue #1362 - Revert "Update js/src/builtin/TestingFunctions.cpp forwolfbeast2020-01-19
* Issue #1322 - Part 1: Remove the DOM Promise guts.wolfbeast2019-12-19
* Bug 1379525 - Part 2: Properly handle rejection in async-from-sync iteration.Gaming4JC2019-12-17
* Bug 1379525 - Part 1: Await on the value before yielding or returning inside ...Gaming4JC2019-12-17
* Bug 1355399 - Switch property retrieval in Async-from-Sync Iterator prototype...Gaming4JC2019-12-17
* Bug 1331092 - Part 7: Implement Async Generator yield*.Gaming4JC2019-12-17
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17
* Bug 1331092 - Part 2: Implement Async Generator except yield*.Gaming4JC2019-12-17
* Bug 1343481 - Part 7: Add BytecodeEmitter::emitDotGenerator and make yield/aw...Gaming4JC2019-12-17
* Bug 1343481 - Part 6: Add native functions wrapper for GetInternalError and G...Gaming4JC2019-12-17
* Bug 1343481 - Part 5: Rename AsyncFunction-related names in Promise.cpp to ex...Gaming4JC2019-12-17
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17
* Bug 336705 - Part 1: Support creating and resolving Promises without resolve/...Gaming4JC2019-12-17
* Bug 1317376 - Part 2: Detect Promise self-resolution when resolving through t...Gaming4JC2019-12-17
* Bug 1317376 - Part 1: Remove unreachable code and remnants from the self-host...Gaming4JC2019-12-17
* Issue #1302 followup - Add spec-compliance checks/errorswolfbeast2019-11-30
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26
* Issue #1284 - Update js/src/builtin/TestingFunctions.cpp for /s (dotAll) regu...Gaming4JC2019-11-18
* Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18
* Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."wolfbeast2019-11-18
* Issue #1284 - Implement /s (dotAll) for regular expressions.wolfbeast2019-11-18