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
/
ObjectConstructor.h
Age
Commit message (
Expand
)
Author
2020-09-27
LibJS: Remove Interpreter& argument to Function::construct()
Andreas Kling
2020-09-27
LibJS: Make Function::call() not require an Interpreter&
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
Andreas Kling
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-02
LibJS: Add Object.{isExtensible,preventExtensions}()
Matthew Olsson
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-04-30
LibJS: Add Object.{keys,values,entries}()
mattco98
2020-04-26
LibJS: Implement Object.is()
Linus Groh
2020-04-10
LibJS: Add Object.defineProperty() and start caring about attributes
Andreas Kling
2020-04-01
LibJS: Implement constructor/non-constructor function calls
Linus Groh
2020-03-29
LibJS: Implement Object.getOwnPropertyNames()
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibJS: Add a global "Object" constructor
Andreas Kling