index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Runtime
/
Object.h
Age
Commit message (
Expand
)
Author
2020-05-17
LibJS: Add symbol objects
mattco98
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh
2020-05-01
LibJS: Add Object::has_property()
Linus Groh
2020-05-01
LibJS: Return a bool from Object::put* to indicate success
Linus Groh
2020-04-30
LibJS: Add Object.{keys,values,entries}()
mattco98
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-26
LibJS: Implement basic support for the "delete" operator
Andreas Kling
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-21
LibJS: Add Uint8ClampedArray :^)
Andreas Kling
2020-04-21
LibJS: Implement Function.prototype.bind()
Jack Karamanian
2020-04-18
LibJS+LibWeb: Pass prototype to Object constructor
Andreas Kling
2020-04-10
LibJS: Add Object.defineProperty() and start caring about attributes
Andreas Kling
2020-04-07
LibJS: Add Boolean constructor object
Jack Karamanian
2020-04-06
LibJS: Add a PropertyName class that represents a string or a number
Andreas Kling
2020-04-06
LibJS: Add a number-indexed property storage to all Objects
Andreas Kling
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-02
LibJS: Start implementing object shapes
Andreas Kling
2020-03-30
LibJS: Start implementing Date :^)
Linus Groh
2020-03-29
LibJS+LibWeb: Move native properties to separate getters/setters
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibJS: Oops, "instanceof" was backwards!
Andreas Kling
2020-03-27
LibJS: Allow function calls with missing arguments
Andreas Kling
2020-03-26
LibJS: Add Object::own_properties() convenience accessor
Andreas Kling
2020-03-24
LibJS: Use correct |this| value when getting/setting native properties
Andreas Kling
2020-03-24
LibJS: Implement basic exception throwing
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-21
LibJS: Virtualize access to an Object's own properties
Andreas Kling
2020-03-20
LibJS: Parse ArrayExpression and start implementing Array objects
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling