summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
AgeCommit message (Expand)Author
2021-06-19LibJS: Add the Number.prototype.toFixed methodIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__define{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__proto__ native accessor propertyIdan Horowitz
2021-06-16LibJS: Add the String.prototype.codePointAt() methodIdan Horowitz
2021-06-16LibJS: Add the String.fromCodePoint() methodIdan Horowitz
2021-06-15LibJS: Add all of the FinalizationRegistry.prototype methodsIdan Horowitz
2021-06-15LibJS: Add the Object.fromEntries methodIdan Horowitz
2021-06-14LibJS: Implement Array.prototype.copyWithin genericallydavidot
2021-06-14LibJS: Implement Array.prototype.flatMapdavidot
2021-06-14LibJS: Add all of the DataView.prototype.set* methodsIdan Horowitz
2021-06-14LibJS: Add all of the DataView.prototype.get* methodsIdan Horowitz
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-12LibJS: Add the Object.getOwnPropertySymbols methodIdan Horowitz
2021-06-12LibJS: Add the WeakRef built-in objectIdan Horowitz
2021-06-12LibJS: Implement Object.assign()Linus Groh
2021-06-11LibJS: Implement the Error Cause proposalLinus Groh
2021-06-11LibJS: Implement AggregateErrorLinus Groh
2021-06-11LibJS: Implement generator functions (only in bytecode mode)Ali Mohammad Pur
2021-06-09LibJS: Add most of the Set.prototype methodsIdan Horowitz
2021-06-09LibJS: Add the Set built-in objectIdan Horowitz
2021-06-08LibJS: Implement Proxy.revocable()Linus Groh
2021-06-06LibJS: Add Date.setUTC{Date, Month, Hours, ...}() aliasesIdan Horowitz
2021-06-06LibJS: Add Date.prototype.setTime()Idan Horowitz
2021-06-06LibJS: Add Date.prototype.setMonth()Idan Horowitz
2021-06-06LibJS: Add Date.prototype.setDate()Idan Horowitz
2021-06-06LibJS: Stub out Date.prototype.getTimezoneOffset()Idan Horowitz
2021-06-05LibJS: Add the global escape() & unescape() methodsIdan Horowitz
2021-06-05LibJS: Add the Number.{MAX, MIN}_VALUE constantsIdan Horowitz
2021-06-02LibJS: Add the String.prototype.trim{Left, Right} aliasesIdan Horowitz
2021-05-30LibJS: Add String.prototype.anchor & friendsIdan Horowitz
2021-05-29LibJS: Add Date.prototype.{get, set}Year()Idan Horowitz
2021-05-21LibJS: Expose TypedArray.prototype.byteOffsetLuke
2021-05-21LibJS: Expose TypedArray.prototype.bufferLuke
2021-05-18LibJS: Implement Object.hasOwn() :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-14LibJS: Implement the encode/decodeURI(Component) family of functionsIdan Horowitz
2021-04-10LibJS: Implement Object.create()Linus Groh
2021-04-10LibJS: Implement Object.defineProperties()Linus Groh
2021-04-07LibJS: Implement Object.isFrozen() and Object.isSealed()Linus Groh
2021-04-07LibJS: Implement Object.freeze() and Object.seal()Linus Groh
2021-04-02LibJS: Add initial support for PromisesLinus Groh
2021-03-22LibJS Date: Added toUTCString()Petróczi Zoltán
2021-03-19LibJS: Add Date methods: setHours, setMinutes, setSeconds, setMillisecondstuqqu
2021-03-15LibJS: Add arguments.callee to our hack arguments objectAndreas Kling
2021-03-15LibJS: Add Date.prototype.toGMTString()Andreas Kling
2021-03-15LibJS: Partial support for Date.prototype.setFullYear()Andreas Kling
2021-03-15LibJS: Add naive implementation of eval() :^)Andreas Kling
2021-03-12LibJS: Implement 'Relative Indexing Method' proposal (.at())Linus Groh