Andreas Kling
|
093331df06
|
LibJS: Add Date.prototype.toGMTString()
|
2021-03-15 21:20:33 +01:00 |
|
Andreas Kling
|
3596c42deb
|
LibJS: Partial support for Date.prototype.setFullYear()
|
2021-03-15 21:20:33 +01:00 |
|
Andreas Kling
|
4da3e5d91f
|
LibJS: Add naive implementation of eval() :^)
This parses and executes a code string in the caller's lexical scope.
|
2021-03-15 21:20:33 +01:00 |
|
Linus Groh
|
2d8362cceb
|
LibJS: Implement 'Relative Indexing Method' proposal (.at())
Still stage 3, but already implemented in major engines and unlikely to
change - there isn't much to change here anyway. :^)
See:
- https://github.com/tc39/proposal-relative-indexing-method
- https://tc39.es/proposal-relative-indexing-method/
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at
|
2021-03-12 19:01:08 +01:00 |
|
Kesse Jones
|
3940635ed3
|
LibJS: Implement Array.prototype.flat
|
2021-02-18 00:22:45 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|