Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 anos atrás |
Linus Groh
|
3be26f56db
LibJS: Convert has_own_property() to ThrowCompletionOr
|
3 anos atrás |
Linus Groh
|
1d45541278
LibJS: Convert Object::set() to ThrowCompletionOr
|
3 anos atrás |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 anos atrás |
Linus Groh
|
4d5bd092ea
LibJS: Use MUST() where applicable
|
3 anos atrás |
Linus Groh
|
fbfb0bb908
LibJS: Convert internal_delete() to ThrowCompletionOr
|
3 anos atrás |
Linus Groh
|
e5409c6ead
LibJS: Convert internal_set() to ThrowCompletionOr
|
3 anos atrás |
Linus Groh
|
6c2b974db2
LibJS: Convert internal_get() to ThrowCompletionOr
|
3 anos atrás |
Linus Groh
|
5da210125e
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
|
3 anos atrás |
Linus Groh
|
0e69a6e487
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
|
3 anos atrás |
Idan Horowitz
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 anos atrás |
Linus Groh
|
339ccba354
LibJS: Make Object.prototype.toString() fully spec compliant
|
4 anos atrás |
Andreas Kling
|
7fdeb0ec74
LibJS: Fix logic typo in ArgumentsObject.[[Set]]
|
4 anos atrás |
Andreas Kling
|
a0acb6f058
LibJS: Fix accidental west-const in ArgumentsObject
|
4 anos atrás |
Andreas Kling
|
77fa33e61a
LibJS: Finish implementing mapped arguments exotic objects :^)
|
4 anos atrás |
Andreas Kling
|
2d4eb40f59
LibJS: Add the CreateMappedArgumentsObject abstract operation
|
4 anos atrás |