summaryrefslogtreecommitdiff
path: root/js/src/vm
Commit message (Expand)AuthorAge
* Issue #1952 - m-c 1365387: Optimize FinishBoundFunctionInit by delaying atomi...Martok2022-07-01
* Issue #1742 - Part 5: Remove unnecessary GCPtr::unbarrieredGetJeremy Andrews2022-05-27
* Issue #1742 - Part 4: Don't trigger read barriers when comparing wrapped poin...Jeremy Andrews2022-05-27
* Issue #1742 - Remove the ambiguous portions of gc that dealt with taggedMoonchild2022-05-25
* Issue #1742 - Part 3: use JS::PropertyResult instead of Shape*Moonchild2022-05-24
* Issue #1742 - Part 1: Refactor rooting base class templatesMoonchild2022-05-24
* Issue #1894 - Part 1: Implement coalesce JS opcodeFranklinDM2022-05-21
* Merge branch 'master' into 1829Brian Smith2022-04-28
|\
| * Issue #1877 - Resolve NIGHTLY_BUILD conditionals.Moonchild2022-04-22
* | Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN"Brian Smith2022-04-26
|/
* [js] Add dynamic check for valid serialized lengthSteve Fink2022-04-08
* WIP: Base implementationMoonchild2021-07-13
* Issue #1751 -- Remove XP_DARWINMoonchild2021-05-02
* Issue #1756 - Expose NumberFormat.formatToParts() to content.Moonchild2021-03-31
* Issue #1756 - Initial wrapped implementation in C++Moonchild2021-03-31
* Issue #1739 - Implement numeric separators.Moonchild2021-02-13
* Issue #1738 - Follow-up: Update comment (no code changes)Moonchild2021-02-12
* Issue #1738 - Part 2: Implement well-formed JSON stringifyMoonchild2021-02-11
* Issue #1738 - Part 1: Improve performance of JSON stringifyMoonchild2021-02-11
* Issue #1726 - Implement String.replaceAll()meatloaf2021-02-04
* [js] Remove unused promise selfhosting functions.Moonchild2021-01-30
* 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 8: Fix up include for selfhosted.out.hMatt A. Tobin2020-11-03
* Issue #1656 - Part 7: Nuke vim config lines in JSMoonchild2020-09-24
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
* Merge branch 'master' into es-modules-workMoonchild2020-08-13
|\
| * [js] Get the class pointer from the ObjectGroup in NativeObject::slotSpanMoonchild2020-07-10
* | Issue #618 - Simplify module resolve hook to be a function pointerMoonchild2020-08-06
* | 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 - Report source position information (line/column)Moonchild2020-07-04
* Issue #618 - Align module instantiation/errors with the updated spec.Moonchild2020-07-03
* Issue #1570 - Implement globalThiswolfbeast2020-05-30
* [js] Remove pointless MakeMRegExpHoistable optimization.wolfbeast2020-03-18
* Revert #1091 Remove unboxed object code phase 1 + extras.wolfbeast2020-02-23
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23
* Revert #1142 - Remove unboxed objectswolfbeast2020-02-22
* Revert 1320408 part 15: Make addDataProperty staticwolfbeast2020-02-22
* Issue #1322 - Part 1: Remove the DOM Promise guts.wolfbeast2019-12-19
* Bug 1390082 - Implement AsyncGeneratorQueue with simpler array operations.Gaming4JC2019-12-17
* Bug 1379525 - Part 1: Await on the value before yielding or returning inside ...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 1317389: Change property attributes for generator and async functions to ...Gaming4JC2019-12-17
* Bug 1316098 - Optimize out result object allocation for await/return in async...Gaming4JC2019-12-17
* Bug 1343481 - Part 4: Add Add GeneratorObject.{isAfterYield,isAfterAwait}.Gaming4JC2019-12-17
* Bug 1343481 - Part 3: Add JSOP_AWAIT and rename {yieldIndex,yieldOffset} to {...Gaming4JC2019-12-17
* Bug 1343481 - Part 2: Stop using StarGegerator for async function.Gaming4JC2019-12-17