index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
CommonPropertyNames.h
Age
Commit message (
Expand
)
Author
2021-06-06
LibJS: Add Date.setUTC{Date, Month, Hours, ...}() aliases
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setTime()
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setMonth()
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setDate()
Idan Horowitz
2021-06-06
LibJS: Stub out Date.prototype.getTimezoneOffset()
Idan Horowitz
2021-06-05
LibJS: Add the global escape() & unescape() methods
Idan Horowitz
2021-06-05
LibJS: Add the Number.{MAX, MIN}_VALUE constants
Idan Horowitz
2021-06-02
LibJS: Add the String.prototype.trim{Left, Right} aliases
Idan Horowitz
2021-05-30
LibJS: Add String.prototype.anchor & friends
Idan Horowitz
2021-05-29
LibJS: Add Date.prototype.{get, set}Year()
Idan Horowitz
2021-05-21
LibJS: Expose TypedArray.prototype.byteOffset
Luke
2021-05-21
LibJS: Expose TypedArray.prototype.buffer
Luke
2021-05-18
LibJS: Implement Object.hasOwn() :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibJS: Implement console.assert()
Linus Groh
2021-04-14
LibJS: Implement the encode/decodeURI(Component) family of functions
Idan Horowitz
2021-04-10
LibJS: Implement Object.create()
Linus Groh
2021-04-10
LibJS: Implement Object.defineProperties()
Linus Groh
2021-04-07
LibJS: Implement Object.isFrozen() and Object.isSealed()
Linus Groh
2021-04-07
LibJS: Implement Object.freeze() and Object.seal()
Linus Groh
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-03-22
LibJS Date: Added toUTCString()
Petróczi Zoltán
2021-03-19
LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMilliseconds
tuqqu
2021-03-15
LibJS: Add arguments.callee to our hack arguments object
Andreas Kling
2021-03-15
LibJS: Add Date.prototype.toGMTString()
Andreas Kling
2021-03-15
LibJS: Partial support for Date.prototype.setFullYear()
Andreas Kling
2021-03-15
LibJS: Add naive implementation of eval() :^)
Andreas Kling
2021-03-12
LibJS: Implement 'Relative Indexing Method' proposal (.at())
Linus Groh
2021-02-18
LibJS: Implement Array.prototype.flat
Kesse Jones
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling