Age | Commit message (Expand) | Author |
---|---|---|
2021-10-21 | LibJS: Convert Temporal.Duration functions to ThrowCompletionOr | Linus Groh |
2021-10-21 | LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr | Linus Groh |
2021-10-20 | LibJS: Rename define_native_function => define_old_native_function | Idan Horowitz |
2021-10-20 | LibJS: Add ThrowCompletionOr versions of the JS native function macros | Idan Horowitz |
2021-09-17 | LibJS: Convert Duration AOs to ThrowCompletionOr | Linus Groh |
2021-09-16 | LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr | Linus Groh |
2021-09-01 | LibJS: Throw RangeError for +/-∞ argument values in Temporal.Duration() | Linus Groh |
2021-08-01 | LibJS: Remove unused includes out of Cell.h, move to the users | Brian Gianforcaro |
2021-07-19 | LibJS: Implement Temporal.Duration.from() | Linus Groh |
2021-07-16 | LibJS: Start implementing Temporal.Duration | Linus Groh |