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
/
Object.h
Age
Commit message (
Expand
)
Author
2022-02-09
LibJS: Add Object constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-06
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
Linus Groh
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-12-08
LibJS: Only allocate space for Object private elements if needed
Andreas Kling
2021-10-31
LibJS: Remove old Native Functions
Idan Horowitz
2021-10-24
LibJS: Provide default hash traits for JS::PropertyKey
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-20
LibJS: Add slot [[PrivateElements]] and related methods to Object
davidot
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Convert NativeFunction callback to ThrowCompletionOr
Idan Horowitz
2021-10-04
LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert define_properties() to ThrowCompletionOr
Linus Groh
2021-10-04
LibJS: Convert set_immutable_prototype() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert test_integrity_level() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert set_integrity_level() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert delete_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_non_enum_data_p_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_method_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::set() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert is_extensible() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert ordinary_to_primitive() to ThrowCompletionOr
Linus Groh
2021-10-02
LibJS: Add Object::set_prototype()
Linus Groh
2021-10-01
LibJS: Remove transition avoidance & start caching prototype transitions
Andreas Kling
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_has_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_is_extensible() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Fix a typo in a comment in Object.h
Linus Groh
2021-09-26
LibJS: Make Object::ordinary_set_with_own_descriptor non-static
Luke Wilde
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-08-28
LibJS: Add define_direct_{property,accessor}_without_transition()
Linus Groh
2021-08-28
LibJS: Avoid pointless transitions and metadata lookups in storage_set()
Linus Groh
2021-08-09
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
davidot
2021-07-16
LibJS: Replace the boolean argument of Object::set with an enum class
Idan Horowitz
[next]