Age | Commit message (Expand) | Author |
---|---|---|
2023-03-16 | LibWeb: Port WebAssembly.Memory to IDL | Timothy Flynn |
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-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 |
2021-10-21 | LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr | Linus Groh |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-22 | LibWeb: Implement the WebAssembly Memory object and Memory imports | Ali Mohammad Pur |