Age | Commit message (Expand) | Author |
---|---|---|
2021-10-04 | LibJS: Convert to_property_descriptor() to ThrowCompletionOr | Linus Groh |
2021-10-03 | LibJS: Convert has_property() to ThrowCompletionOr | Linus Groh |
2021-10-03 | LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr | Linus Groh |
2021-10-03 | LibJS: Convert Object::get() to ThrowCompletionOr | Linus Groh |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-07-04 | LibJS: Add new PropertyDescriptor class and related abstract operations | Linus Groh |