summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2022-06-10LibJS: Simplify Temporal unit AOsLinus Groh
2022-06-10LibJS: Remove unnecessary ToLimitedTemporalDuration AOLinus Groh
2022-06-10LibJS: Align DifferenceTemporalInstant with similar AOsLinus Groh
2022-06-10LibJS: Refactor Temporal parse AOsLinus Groh
2022-06-10LibJS: Rename DefaultMergeFields to DefaultMergeCalendarFieldsLinus Groh
2022-06-10LibJS: Mark a call of CreateTemporalDate as infallibleLinus Groh
2022-06-02LibJS: Stub out String.prototype.normalizestelar7
2022-05-25LibJS: Remove assertions replaced with structured headersLinus Groh
2022-05-25LibJS: Correct section IDs of Temporal .prototype property clausesLinus Groh
2022-05-25LibJS: Use the rounding abstract operations from Intl.NumberFormat V3Linus Groh
2022-05-25LibJS: Use default argument of CalendarDateFromFieldsLinus Groh
2022-05-25LibJS: Align DifferenceTemporalPlainTime with other Difference* AOsLinus Groh
2022-05-25LibJS: Mark concrete method calls of Environment Records with ?/!Linus Groh
2022-05-17LibJS: Mark two Get operations in ToTemporalZonedDateTime infallibleLinus Groh
2022-05-17LibJS: Use required fields argument in ISOYearMonthFromFieldsLinus Groh
2022-05-17LibJS: Combine TemporalTimeZoneIdentifier and TimeZoneBracketedNameLinus Groh
2022-05-16LibJS: Remove faulty assertion in BalanceDurationRelativeLuke Wilde
2022-05-16LibJS: Introduce ISO Date RecordsLinus Groh
2022-05-16LibJS: Swap until/since arguments to DifferenceTemporalZonedDateTimeLinus Groh
2022-05-16LibJS: Remove unnecessary CalendarDate productionLinus Groh
2022-05-16LibJS: Remove redundant TemporalRelativeToString productionLinus Groh
2022-05-16LibJS: Remove redundant TemporalDateString productionLinus Groh
2022-05-16LibJS: Replace "enclosed by" with "contained within" in spec commentsLinus Groh
2022-05-09LibJS: Use '2 × nsMaxInstant' in a couple of assertion commentsLinus Groh
2022-05-08LibJS: Add a couple of missing spec steps to PerformEvalLuke Wilde
2022-05-08LibJS: Remove callerRealm from HostEnsureCanCompileStringsLuke Wilde
2022-05-08LibJS: Change internal slots of Duration to store mathematical valuesLinus Groh
2022-05-08LibJS: Refactor Temporal since/until to common AOsLinus Groh
2022-05-08LibJS: Remove ToISODayOfWeekLinus Groh
2022-05-08LibJS: Remove ToISODayOfYearLinus Groh
2022-05-08LibJS: Remove IsISOLeapYearLinus Groh
2022-05-08LibJS: Remove ISODaysInYearLinus Groh
2022-05-08LibJS: Simplify DifferenceISODateLinus Groh
2022-05-08LibJS: Simplify DaysUntilLinus Groh
2022-05-08LibJS: Simplify BalanceISODateLinus Groh
2022-05-08LibJS: Remove type assertion comment from IsValidISODateLinus Groh
2022-05-08LibJS: Use "Completion" to emphasize completion recordLinus Groh
2022-05-08LibJS: Fix numeric type in Date.prototype.toTemporalInstant()Linus Groh
2022-05-08LibJS: Replace magic nanosecond numbers with constantsLinus Groh
2022-05-08LibJS: Refactor Temporal add/subtract to common AOsLinus Groh
2022-05-07LibJS: Convert Console to use MarkedVector<Value>Luke Wilde
2022-05-06LibJS: Convert remaining Date AOs using JS::Value as in/output to doubleLinus Groh
2022-05-06LibJS: Add variant of to_integer_or_infinity() for plain doublesLinus Groh
2022-05-06LibJS: Remove unused LibCore/DateTime.h header from Date.cppLinus Groh
2022-05-06LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date classLinus Groh
2022-05-05LibJS: Set "prototype" property of async generator functionsLinus Groh
2022-05-05LibJS: Fix "prototype" property of generator functions, againLinus Groh
2022-05-05LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype%Linus Groh
2022-05-05LibJS: Add AsyncGenerator / AsyncGeneratorPrototypeLinus Groh
2022-05-05LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() gettersLinus Groh