index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
ReflectObject.cpp
Age
Commit message (
Expand
)
Author
2021-06-10
LibJS: Remove GlobalObject& argument from VM::construct()
Andreas Kling
2021-06-09
LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}()
Linus Groh
2021-06-08
LibJS: Add @@toStringTag to Reflect
Linus Groh
2021-06-07
LibJS: Use to_property_key() a bunch in ReflectObject
Linus Groh
2021-06-05
LibJS: Replace StringOrSymbol::from_value with Value::to_property_key
Idan Horowitz
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibJS: Take reference instead of pointer in prepare_arguments_list
Idan Horowitz
2021-04-10
LibJS: Let Object::delete_property() return a bool, not Value
Linus Groh
2021-04-07
LibJS: Use MarkedValueList for internal own properties getter functions
Linus Groh
2021-04-05
LibJS: Remove this_object parameter from get/put own property functions
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling