summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Temporal/DurationConstructor.cpp
AgeCommit message (Expand)Author
2021-10-21LibJS: Convert Temporal.Duration functions to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOrLinus Groh
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-09-17LibJS: Convert Duration AOs to ThrowCompletionOrLinus Groh
2021-09-16LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOrLinus Groh
2021-09-01LibJS: Throw RangeError for +/-∞ argument values in Temporal.Duration()Linus Groh
2021-08-01LibJS: Remove unused includes out of Cell.h, move to the usersBrian Gianforcaro
2021-07-19LibJS: Implement Temporal.Duration.from()Linus Groh
2021-07-16LibJS: Start implementing Temporal.DurationLinus Groh