index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
Age
Commit message (
Expand
)
Author
2022-06-15
LibJS: Mark AddInstant in AddZonedDateTime as fallible
Linus Groh
2022-06-15
LibJS: Fix Instant rounding modes
Linus Groh
2022-06-15
LibJS: Mark two calls as infallible in DifferenceTemporalPlainTime
Linus Groh
2022-06-15
LibJS: Assume options is an object in the DifferenceZonedDateTime AO
Linus Groh
2022-06-15
LibJS: Assume options is an object in the MergeLargestUnitOption AO
Linus Groh
2022-06-15
LibJS: Adjust order of operations in ISO{Date,MonthDay}FromFields
Linus Groh
2022-06-15
LibJS: Mark a call of CreateDurationRecord as fallible
Linus Groh
2022-06-15
LibJS: Mark a call of CreateDateDurationRecord as fallible
Linus Groh
2022-06-15
LibJS: Make options mandatory in Difference{Zoned,ISO}DateTime
Linus Groh
2022-06-15
LibJS: Move assertion step around in Calendar.prototype.mergeFields
Linus Groh
2022-06-15
LibJS: Use consistent alias names for object-copy steps
Linus Groh
2022-06-15
LibJS: Update AvailableCalendars AO to reflect spec changes
Linus Groh
2022-06-15
LibJS: Add an explicit operation for merging calendar field names
Linus Groh
2022-06-15
LibJS: Remove unnecessary variable initialization in DifferenceISODate
Linus Groh
2022-06-15
LibJS: Mark AO calls creating a copy of built-in objects as infallible
Linus Groh
2022-06-15
LibJS: Handle absent options in DifferenceZonedDateTime
Linus Groh
2022-06-15
LibJS: Remove constant arguments from CalculateOffsetShift
Linus Groh
2022-06-15
LibJS: Use existing variable instead of re-reading internal slot
Linus Groh
2022-06-15
LibJS: Switch branches in RegulateISODate
Linus Groh
2022-06-15
LibJS: Inline ConstrainISOYearMonth into RegulateISOYearMonth
Linus Groh
2022-06-15
LibJS: Add parentheses around modulo operation
Linus Groh
2022-06-15
LibJS: Use nsMinInstant / nsMaxInstant constants in ParseTemporalInstant
Linus Groh
2022-06-15
LibJS: Prefer Else + Assertion over If for constrained values
Linus Groh
2022-06-15
LibJS: Update missing/superfluous commas in various spec comments
Linus Groh
2022-06-15
LibJS: Use MaximumTemporalDurationRoundingIncrement in two more places
Linus Groh
2022-06-15
LibJS: Fix GetIterator capitalization in Calendar.prototype.fields
Linus Groh
2022-06-15
LibJS: Only call CanonicalizeTimeZoneName on valid time zone IDs
Linus Groh
2022-06-15
LibJS: Add a named alias for parseResult.[[Name]] in ToTemporalTimeZone
Linus Groh
2022-06-15
LibJS: Update to the latest ECMA-402 GetOption and move it into ECMA-262
Linus Groh
2022-06-15
LibJS: Align Temporal GetOption AO with ECMA-402
Linus Groh
2022-06-15
LibJS: Remove unused GetStringOrNumberOption operation
Linus Groh
2022-06-15
LibJS: Explicitly handle "auto" vs. number fractionalSecondDigits
Linus Groh
2022-06-15
LibJS: Improve an alias name in ToSecondsStringPrecision
Linus Groh
2022-06-15
LibJS: Inline call to AddISODate in ZonedDateTime.prototype.hoursInDay
Linus Groh
2022-06-15
LibJS: Remove RegulateISODate after BalanceISODate in AddISODate
Linus Groh
2022-06-15
LibJS: Leverage PrepareTemporalFields in ToTemporalTimeRecord
Linus Groh
2022-06-15
LibJS: Rename ToPartialDuration to ToTemporalPartialDurationRecord
Linus Groh
2022-06-15
LibJS: Leverage ToPartialDuration in ToTemporalDurationRecord
Linus Groh
2022-06-15
LibJS: Fold ToPartialTime into ToTemporalTimeRecord
Linus Groh
2022-06-15
LibJS: Fold PreparePartialTemporalFields into PrepareTemporalFields
Linus Groh
2022-06-15
LibJS: Add missing conversion to integer values in Calendar AOs
Linus Groh
2022-06-15
LibJS: Mark various uses of CreateTemporalTime as infallible
Linus Groh
2022-06-13
LibJS: Update order of parameters in our is_less_than implementation
Obinna Ikeh
2022-06-13
LibJS: Implement Array.prototype.with()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toSpliced()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toSorted()
Linus Groh
2022-06-13
LibJS: Implement Array.prototype.toReversed()
Linus Groh
2022-06-13
LibJS: Implement the SortIndexedProperties AO
Linus Groh
2022-06-13
LibJS: Implement the CompareArrayElements AO
Linus Groh
2022-06-13
LibJS: Remove redundant VM& parameter from array_merge_sort()
Linus Groh
[next]