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-08-08
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
Linus Groh
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-06-28
LibJS: Bring Reflect.construct() closer to the specification
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-25
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
Linus Groh
2021-06-20
LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there
Linus Groh
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
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