Linus Groh
|
fe86b04b42
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
ebf57df431
LibJS: Convert create_non_enum_data_p_or_throw() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
bb2499cd7a
LibJS: Convert create_method_property() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
fb443b3fb4
LibJS: Convert create_data_property() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
1d45541278
LibJS: Convert Object::set() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
9b6c09e2c4
LibJS: Convert is_extensible() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
fa2ac5b759
LibJS: Convert ordinary_to_primitive() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
ba6e4c7ae1
LibJS+LibWeb: Use Object::set_prototype() in more places
|
3 年之前 |
Linus Groh
|
84c9f3e0d0
LibJS: Add Object::set_prototype()
|
3 年之前 |
Andreas Kling
|
14c57b4b7f
LibJS: Remove transition avoidance & start caching prototype transitions
|
3 年之前 |
davidot
|
830ea0414c
LibJS: Make scoping follow the spec
|
3 年之前 |
Linus Groh
|
ee8380edea
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
fbfb0bb908
LibJS: Convert internal_delete() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
e5409c6ead
LibJS: Convert internal_set() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
6c2b974db2
LibJS: Convert internal_get() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
d9895ec12d
LibJS: Convert internal_has_property() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
5da210125e
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
0e69a6e487
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
73bae7d779
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
9b4362f10a
LibJS: Convert internal_is_extensible() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
8c81c84c18
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
5148150e1c
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
|
3 年之前 |
Luke Wilde
|
e06762f312
LibJS: Make Object::ordinary_set_with_own_descriptor non-static
|
3 年之前 |
Idan Horowitz
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
31bc9565f8
LibJS: Avoid transitions for name/length of native functions/accessors
|
3 年之前 |
Linus Groh
|
47ab84ffd9
LibJS: Add define_direct_{property,accessor}_without_transition()
|
3 年之前 |
Linus Groh
|
222e518a53
LibJS: Avoid pointless transitions and metadata lookups in storage_set()
|
3 年之前 |
davidot
|
151447bdf7
LibJS: Move Object::invoke to Value::invoke and fix it for primitives
|
3 年之前 |