Age | Commit message (Expand) | Author |
---|---|---|
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-12 | LibWeb: Use ErrorType::NotAnObjectOfType instead of NotA | Timothy Flynn |
2021-08-01 | LibWeb: Remove unused header includes | Brian Gianforcaro |
2021-07-06 | LibJS: Add define_direct_property and remove the define_property helper | Idan Horowitz |
2021-07-05 | LibWeb: Use "WebAssembly.Foo" in exception error messages | Linus Groh |
2021-07-04 | LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() more | Linus Groh |
2021-07-02 | LibWeb: Use the correct name to refer to WebAssembly.Memory.prototype | Ali Mohammad Pur |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-22 | LibWeb: Implement the WebAssembly Memory object and Memory imports | Ali Mohammad Pur |