Age | Commit message (Expand) | Author |
---|---|---|
2023-04-13 | LibJS: Make intrinsics getters return NonnullGCPtr | Linus Groh |
2023-01-29 | LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors | Timothy Flynn |
2022-12-15 | LibJS: Convert Object::construct() to NonnullGCPtr | Linus Groh |
2022-09-15 | LibJS: Do not invoke Cell::vm in constructors before Cell is constructed | Timothy Flynn |
2022-08-27 | LibJS: Move intrinsics to the realm | Linus Groh |
2022-08-23 | LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in object constructors | Linus Groh |
2022-01-19 | LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype | Linus Groh |
2022-01-16 | LibJS: Implement create_dynamic_function() according to the spec | Linus Groh |
2022-01-03 | LibJS: Update AST to use completions :^) | Linus Groh |
2021-11-21 | LibJS: Parse async generator functions | davidot |