Age | Commit message (Expand) | Author |
---|---|---|
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 |