summaryrefslogtreecommitdiff
path: root/js/src/vm
Commit message (Expand)AuthorAge
* [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
* Bug 1343481 - Part 1: Remove {JSFunction,JSScript,LazyScript}.isGenerator() m...Gaming4JC2019-12-17
* Bug 1336705 - Part 2: Add self-hosting intrinsics for resolving/rejecting Pro...Gaming4JC2019-12-17
* Issue #1302 - Add self-hosted implementation for string regex .matchAllwolfbeast2019-11-26
* 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
* Issue #1283 - Implement Promise.prototype.finally()André Bargull2019-11-12
* Merge branch 'master' into js-moduleswolfbeast2019-11-10
|\
| * Merge pull request #1262 from athenian200/solaris-workMoonchild2019-11-02
| |\
| | * MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.athenian2002019-10-21