summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests/builtins
AgeCommit message (Expand)Author
2021-07-17AK: Track byte length, rather than code point length, in Utf8View::trimTimothy Flynn
2021-07-16LibJS: Implement Temporal.Duration.prototype.abs()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.negated()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.with()Linus Groh
2021-07-16LibJS: Implement RegExp.prototype [ @@matchAll ]Timothy Flynn
2021-07-16LibJS/Tests: Add test for Temporal.Instant.prototype.valueOf()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.valueOf()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.blankLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.signLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.nanosecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.microsecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.millisecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.secondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.minutesLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.hoursLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.daysLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.weeksLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.monthsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.yearsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype[@@toStringTag]Linus Groh
2021-07-16LibJS: Start implementing Temporal.DurationLinus Groh
2021-07-14LibJS: Implement Temporal.Calendar.prototype.idLinus Groh
2021-07-14LibJS: Implement Temporal.Calendar.prototype.toJSON()Linus Groh
2021-07-14LibJS: Implement Temporal.Calendar.prototype.toString()Linus Groh
2021-07-14LibJS: Implement Temporal.Calendar.prototype[@@toStringTag]Linus Groh
2021-07-14LibJS: Start implementing Temporal.CalendarLinus Groh
2021-07-14LibJS: Implement Atomics.isLockFreeTimothy Flynn
2021-07-14LibJS: Implement Atomics.compareExchangeTimothy Flynn
2021-07-14LibJS: Implement Atomics.exchangeTimothy Flynn
2021-07-14LibJS: Implement Atomics.storeTimothy Flynn
2021-07-14LibJS: Implement Atomics.xorTimothy Flynn
2021-07-14LibJS: Implement Atomics.subTimothy Flynn
2021-07-14LibJS: Implement Atomics.orTimothy Flynn
2021-07-14LibJS: Implement Atomics.andTimothy Flynn
2021-07-14LibJS: Implement Atomics.loadTimothy Flynn
2021-07-14LibJS: Implement Atomics.addTimothy Flynn
2021-07-14LibJS: Begin implementing AtomicsTimothy Flynn
2021-07-12LibJS: Add Temporal.Instant.prototype.round()Idan Horowitz
2021-07-12LibJS: Add Temporal.Instant.prototype.equals()Idan Horowitz
2021-07-12LibJS: Add Temporal.Instant.from()Idan Horowitz
2021-07-12LibJS: Add Temporal.Instant.compare()Idan Horowitz
2021-07-11LibJS: Uncomment Number.isInteger() tests that now pass :^)Linus Groh
2021-07-11LibJS: Uncomment Object.{freeze,seal}() tests that now pass :^)Linus Groh
2021-07-10LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1Linus Groh
2021-07-10LibJS: Make Date.now() return a floor()'d milliseconds valueLinus Groh
2021-07-10LibJS: Implement RegExp.prototype.hasIndices proposalTimothy Flynn
2021-07-10LibJS: Parse the RegExp.prototype.hasIndices flagTimothy Flynn
2021-07-09LibJS: Add %TypedArray%.prototype.toLocaleStringIdan Horowitz
2021-07-09LibJS: Implement RegExp.prototype [ @@split ]Timothy Flynn
2021-07-09LibJS: Implement RegExp constructor according to the specTimothy Flynn