Petróczi Zoltán
d231c5e65b
LibJS Date: Added toUTCString()
...
toGMTString() is deprecated but is kept for compatibility's sake, but because
HTTP Dates are always expressed in GMT, it should be safe to call toUTCString()
in toGMTString().
2021-03-22 20:58:22 +01:00
tuqqu
43f0c92bcd
LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMilliseconds
2021-03-19 23:08:21 +01:00
Andreas Kling
8062fc711c
LibJS: Add arguments.callee to our hack arguments object
...
arguments.callee refers to the currently executing function.
2021-03-15 21:20:33 +01:00
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