summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Object.h
AgeCommit message (Expand)Author
2020-05-17LibJS: Add symbol objectsmattco98
2020-05-01LibJS: Implement most of the Reflect objectLinus Groh
2020-05-01LibJS: Add Object::has_property()Linus Groh
2020-05-01LibJS: Return a bool from Object::put* to indicate successLinus Groh
2020-04-30LibJS: Add Object.{keys,values,entries}()mattco98
2020-04-28LibJS: Implement correct attributes for (almost) all propertiesmattco98
2020-04-26LibJS: Implement basic support for the "delete" operatorAndreas Kling
2020-04-25LibJS: Stop using Optional<Value> in favor of Value's empty stateAndreas Kling
2020-04-21LibJS: Add Uint8ClampedArray :^)Andreas Kling
2020-04-21LibJS: Implement Function.prototype.bind()Jack Karamanian
2020-04-18LibJS+LibWeb: Pass prototype to Object constructorAndreas Kling
2020-04-10LibJS: Add Object.defineProperty() and start caring about attributesAndreas Kling
2020-04-07LibJS: Add Boolean constructor objectJack Karamanian
2020-04-06LibJS: Add a PropertyName class that represents a string or a numberAndreas Kling
2020-04-06LibJS: Add a number-indexed property storage to all ObjectsAndreas Kling
2020-04-04LibJS: Set length property in Object::put_native_function()Linus Groh
2020-04-02LibJS: Start implementing object shapesAndreas Kling
2020-03-30LibJS: Start implementing Date :^)Linus Groh
2020-03-29LibJS+LibWeb: Move native properties to separate getters/settersAndreas Kling
2020-03-28LibJS: Rework how native functions are called to improve |this| valueAndreas Kling
2020-03-28LibJS: Oops, "instanceof" was backwards!Andreas Kling
2020-03-27LibJS: Allow function calls with missing argumentsAndreas Kling
2020-03-26LibJS: Add Object::own_properties() convenience accessorAndreas Kling
2020-03-24LibJS: Use correct |this| value when getting/setting native propertiesAndreas Kling
2020-03-24LibJS: Implement basic exception throwingAndreas Kling
2020-03-22LibJS: Use FlyString for identifiersAndreas Kling
2020-03-21LibJS: Virtualize access to an Object's own propertiesAndreas Kling
2020-03-20LibJS: Parse ArrayExpression and start implementing Array objectsAndreas Kling
2020-03-16LibJS: Add "Heap" and "Runtime" subdirectoriesAndreas Kling