Age | Commit message (Expand) | Author |
---|---|---|
2021-09-29 | LibJS: Convert internal_own_property_keys() 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-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-06-30 | LibJS: Get the prototype of a new String from the constructor's realm | Idan Horowitz |
2021-06-19 | LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts | Andreas Kling |
2021-06-06 | LibJS: Remove String.prototype.length | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-19 | LibJS: Add fast_is<T> for StringObject and GlobalObject | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |