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
/
ProxyObject.h
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-01
LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI
Andreas Kling
2020-11-28
LibJS: Rename Cell::visit_children() => Cell::visit_edges()
Andreas Kling
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-11
LibJS: Implement spec-compliant Object.prototype.toString
Matthew Olsson
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson
2020-07-01
LibJS: Explicitly pass a "Function& new_target" to Function::construct
Matthew Olsson
2020-07-01
LibJS: Implement Proxy [[Call]] and [[Construct]] traps
Matthew Olsson
2020-06-25
LibJS: Handle "receiver" argument in Reflect.{get,set}()
Linus Groh
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
Andreas Kling
2020-06-13
LibJS: Add JSON.stringify
Matthew Olsson
2020-06-06
LibJS: Add Proxy objects
Matthew Olsson