Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array. | Brian Smith | 2023-07-24 |
| | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1456569 | ||
* | Issue #1240 - Part 1 - Define a new BigInt primitive type. | Brian Smith | 2023-07-13 |
| | | | | | Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1366287 Part 1.0. However leaving out the --enable-bigint changes. | ||
* | Issue #2246 - Implement Array find from last. | Job Bautista | 2023-05-17 |
| | | | | Based on the implementation from Mozilla bug 1704385. | ||
* | Issue #1996 - Implement at() method on built-in indexables. | Moonchild | 2022-08-29 |
| | | | | Resolves #1996 | ||
* | Issue #1656 - Part 7: Nuke vim config lines in JS | Moonchild | 2020-09-24 |
| | |||
* | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-02-23 |
| | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | ||
* | Revert "Issue #1382 - Remove invalid assertion." | wolfbeast | 2020-02-23 |
| | | | | This reverts commit 9c6a8450b3e96442035b84025b0dd13be3a9e5f8. | ||
* | Revert #1142 - Remove unboxed objects | wolfbeast | 2020-02-22 |
| | | | | - accounting for removal of watch()/unwatch() | ||
* | Issue #1382 - Remove invalid assertion. | wolfbeast | 2020-02-03 |
| | | | | | | | | | | There is flexibility in exactly the value the initialized length must hold, i.e. if an array is completely empty, it is valid for the initialized length to be any value between zero and the length of the array, as long as the in-memory values below the initialized length have been initialized with a hole value. In the case of 0, the array is packed and the move operation would be a nop, so simply convert the assert to a condition to save some cycles. | ||
* | 1344477 - Part 2: Optimize Array.prototype.splice with JSOP_NORVCALL. | Gaming4JC | 2019-07-18 |
| | |||
* | Fix a thread assertion in NewCopiedArrayTryUseGroup | Gaming4JC | 2019-07-18 |
| | |||
* | 1320408 - Part 14: Change some GlobalObject methods to static method. | Gaming4JC | 2019-07-18 |
| | |||
* | 1320408 - Part 9: Change JSObject::setFlags and depending methods to static ↵ | Gaming4JC | 2019-07-18 |
| | | | | method. | ||
* | 1320408 - Part 4: Change JSObject::getGroup to static method. | Gaming4JC | 2019-07-18 |
| | |||
* | 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method. | Gaming4JC | 2019-07-18 |
| | |||
* | Avoid type confusion in ArrayJoinDenseKernel | wolfbeast | 2019-07-08 |
| | |||
* | Remove Unboxed Object code from /vm, Part 3. | wolfbeast | 2019-06-25 |
| | |||
* | Tabs -> Spaces (no code change) | wolfbeast | 2019-06-18 |
| | |||
* | Remove/inline CanonicalizeArrayLengthValue. | wolfbeast | 2019-06-18 |
| | |||
* | Remove and clean up more code. | wolfbeast | 2019-06-18 |
| | |||
* | Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls. | wolfbeast | 2019-06-18 |
| | |||
* | Clean up and rename MoveBoxedOrUnboxedDenseElements. | wolfbeast | 2019-06-18 |
| | |||
* | Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash. | wolfbeast | 2019-06-17 |
| | |||
* | Fix typo in ArrayShiftMoveElements | wolfbeast | 2019-06-17 |
| | |||
* | Remove functors for array natives. | wolfbeast | 2019-06-12 |
| | |||
* | Make use of ArrayObjects in favor of generic JS objects. | wolfbeast | 2019-06-12 |
| | | | | | ArrayObjects has been a thing for years but been under-used. About time they are used where prudent. | ||
* | Inline combined methods for NativeObject and UnboxedArrayObject accesses. | wolfbeast | 2019-06-10 |
| | |||
* | Merge branch 'master' into remove-unboxed | wolfbeast | 2019-06-08 |
|\ | |||
| * | Implement array.flat and array.flatMap | wolfbeast | 2019-05-19 |
| | | | | | | | | | | | | Self-hosted implementation that adds both functions and adds them to @@unscopables as specced in ES2019. Resolves #1095 | ||
* | | Remove UnboxedArray code part 2 | wolfbeast | 2019-05-23 |
| | | |||
* | | Remove UnboxedArray code part 1 | wolfbeast | 2019-05-23 |
| | | |||
* | | Remove Unboxed Objects from vm/ Part 1 + fix deprot | wolfbeast | 2019-05-16 |
| | | |||
* | | Remove array header | wolfbeast | 2019-05-16 |
|/ | |||
* | JS - support for Array.prototype.values() | janekptacijarabaci | 2018-02-20 |
| | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |