summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/ObjectConstructor.h
AgeCommit message (Expand)Author
2020-04-30LibJS: Add Object.{keys,values,entries}()mattco98
2020-04-26LibJS: Implement Object.is()Linus Groh
2020-04-10LibJS: Add Object.defineProperty() and start caring about attributesAndreas Kling
2020-04-01LibJS: Implement constructor/non-constructor function callsLinus Groh
2020-03-29LibJS: Implement Object.getOwnPropertyNames()Andreas Kling
2020-03-28LibJS: Rework how native functions are called to improve |this| valueAndreas Kling
2020-03-28LibJS: Add a global "Object" constructorAndreas Kling