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
/
ReflectObject.cpp
Age
Commit message (
Expand
)
Author
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-07-11
LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind
Matthew Olsson
2020-07-09
LibJS: Integrate Symbols into objects as valid keys
Matthew Olsson
2020-06-25
LibJS: Handle "receiver" argument in Reflect.{get,set}()
Linus Groh
2020-06-23
LibJS: Clarify Object (base class) construction somewhat
Andreas Kling
2020-06-20
LibJS: Make Interpreter::construct() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Object::initialize() overrides must always call base class
Andreas Kling
2020-06-20
LibJS: Split more native object constructors into construct/initialize
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-11
LibJS: Consolidate error messages into ErrorTypes.h
Matthew Olsson
2020-06-08
LibJS: Add interpreter exception checks
Matthew Olsson
2020-06-06
LibJS: Add PropertyDescriptor object
Matthew Olsson
2020-06-02
LibJS: Consider non-extensible objects in Reflect.setPrototypeOf()
Linus Groh
2020-06-02
LibJS: Implement Reflect.{isExtensible,preventExtensions}()
Linus Groh
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-06
LibJS: Add Value::{is, as}_function()
Linus Groh
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh