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.cpp
Age
Commit message (
Expand
)
Author
2021-12-21
LibJS: Update spec numbers for Operations on Objects AOs
Timothy Flynn
2021-12-08
LibJS: Only allocate space for Object private elements if needed
Andreas Kling
2021-11-24
LibJS: Fix incorrectly formatted section comments
Linus Groh
2021-11-09
LibJS: Remove leftover exception check in OrdinaryHasProperty
Idan Horowitz
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-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
Linus Groh
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-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-05
LibJS: Only do a single property lookup in internal_get_own_property()
Andreas Kling
2021-10-04
LibJS: Convert to_property_descriptor() to ThrowCompletionOr
Linus Groh
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: Remove unused TemporaryChange include from Object.cpp
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+LibWeb: Use Object::set_prototype() in more places
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-26
LibJS: Make Object::ordinary_set_with_own_descriptor non-static
Luke Wilde
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
[next]