Age | Commit message (Expand) | Author |
---|---|---|
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-02-19 | LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructor | Idan Horowitz |
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-10 | LibJS: Add support for async functions | Idan Horowitz |