Age | Commit message (Expand) | Author |
---|---|---|
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2021-10-31 | LibWeb: Convert WebAssemblyObject AOs to ThrowCompletionOr | Idan Horowitz |
2021-10-31 | LibWeb: Make GlobalObject the first parameter of WebAssembly AOs | Idan Horowitz |
2021-10-21 | LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr | Linus Groh |
2021-10-18 | LibJS: Convert to_u32() to ThrowCompletionOr | Idan Horowitz |
2021-10-13 | LibJS: Convert to_object() to ThrowCompletionOr | Linus Groh |
2021-10-03 | LibJS: Convert Object::get() to ThrowCompletionOr | Linus Groh |
2021-09-05 | LibWeb+LibWasm: Implement the WebAssembly.Table object | Ali Mohammad Pur |