Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Tabs -> Spaces (no code change) | wolfbeast | 2019-06-18 | -2/+2 |
| | ||||
* | Remove/inline CanonicalizeArrayLengthValue. | wolfbeast | 2019-06-18 | -22/+14 |
| | ||||
* | Remove and clean up more code. | wolfbeast | 2019-06-18 | -22/+10 |
| | ||||
* | Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls. | wolfbeast | 2019-06-18 | -10/+10 |
| | ||||
* | Clean up and rename MoveBoxedOrUnboxedDenseElements. | wolfbeast | 2019-06-18 | -6/+19 |
| | ||||
* | Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash. | wolfbeast | 2019-06-17 | -3/+21 |
| | ||||
* | Fix typo in ArrayShiftMoveElements | wolfbeast | 2019-06-17 | -1/+1 |
| | ||||
* | Remove functors for array natives. | wolfbeast | 2019-06-12 | -108/+58 |
| | ||||
* | Make use of ArrayObjects in favor of generic JS objects. | wolfbeast | 2019-06-12 | -50/+18 |
| | | | | | 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 | -52/+65 |
| | ||||
* | Merge branch 'master' into remove-unboxed | wolfbeast | 2019-06-08 | -0/+7 |
|\ | ||||
| * | Implement array.flat and array.flatMap | wolfbeast | 2019-05-19 | -0/+7 |
| | | | | | | | | | | | | 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 | -9/+9 |
| | | ||||
* | | Remove UnboxedArray code part 1 | wolfbeast | 2019-05-23 | -91/+50 |
| | | ||||
* | | Remove Unboxed Objects from vm/ Part 1 + fix deprot | wolfbeast | 2019-05-16 | -0/+1 |
| | | ||||
* | | Remove array header | wolfbeast | 2019-05-16 | -1/+0 |
|/ | ||||
* | JS - support for Array.prototype.values() | janekptacijarabaci | 2018-02-20 | -2/+0 |
| | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+3798 |