Age | Commit message (Expand) | Author |
---|---|---|
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
2022-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-05-01 | LibJS: Simplify Is{Accessor,Data,Generic}Descriptor AOs | Linus Groh |
2022-05-01 | LibJS: Update spec comments testing presence of a field | Linus Groh |
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 |