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-10
LibJS: Simplify Temporal unit AOs
Linus Groh
2022-06-10
LibJS: Remove unnecessary ToLimitedTemporalDuration AO
Linus Groh
2022-06-10
LibJS: Align DifferenceTemporalInstant with similar AOs
Linus Groh
2022-06-10
LibJS: Refactor Temporal parse AOs
Linus Groh
2022-06-10
LibJS: Rename DefaultMergeFields to DefaultMergeCalendarFields
Linus Groh
2022-06-10
LibJS: Mark a call of CreateTemporalDate as infallible
Linus Groh
2022-06-02
LibJS: Stub out String.prototype.normalize
stelar7
2022-05-25
LibJS: Remove assertions replaced with structured headers
Linus Groh
2022-05-25
LibJS: Correct section IDs of Temporal .prototype property clauses
Linus Groh
2022-05-25
LibJS: Use the rounding abstract operations from Intl.NumberFormat V3
Linus Groh
2022-05-25
LibJS: Use default argument of CalendarDateFromFields
Linus Groh
2022-05-25
LibJS: Align DifferenceTemporalPlainTime with other Difference* AOs
Linus Groh
2022-05-25
LibJS: Mark concrete method calls of Environment Records with ?/!
Linus Groh
2022-05-17
LibJS: Mark two Get operations in ToTemporalZonedDateTime infallible
Linus Groh
2022-05-17
LibJS: Use required fields argument in ISOYearMonthFromFields
Linus Groh
2022-05-17
LibJS: Combine TemporalTimeZoneIdentifier and TimeZoneBracketedName
Linus Groh
2022-05-16
LibJS: Remove faulty assertion in BalanceDurationRelative
Luke Wilde
2022-05-16
LibJS: Introduce ISO Date Records
Linus Groh
2022-05-16
LibJS: Swap until/since arguments to DifferenceTemporalZonedDateTime
Linus Groh
2022-05-16
LibJS: Remove unnecessary CalendarDate production
Linus Groh
2022-05-16
LibJS: Remove redundant TemporalRelativeToString production
Linus Groh
2022-05-16
LibJS: Remove redundant TemporalDateString production
Linus Groh
2022-05-16
LibJS: Replace "enclosed by" with "contained within" in spec comments
Linus Groh
2022-05-09
LibJS: Use '2 × nsMaxInstant' in a couple of assertion comments
Linus Groh
2022-05-08
LibJS: Add a couple of missing spec steps to PerformEval
Luke Wilde
2022-05-08
LibJS: Remove callerRealm from HostEnsureCanCompileStrings
Luke Wilde
2022-05-08
LibJS: Change internal slots of Duration to store mathematical values
Linus Groh
2022-05-08
LibJS: Refactor Temporal since/until to common AOs
Linus Groh
2022-05-08
LibJS: Remove ToISODayOfWeek
Linus Groh
2022-05-08
LibJS: Remove ToISODayOfYear
Linus Groh
2022-05-08
LibJS: Remove IsISOLeapYear
Linus Groh
2022-05-08
LibJS: Remove ISODaysInYear
Linus Groh
2022-05-08
LibJS: Simplify DifferenceISODate
Linus Groh
2022-05-08
LibJS: Simplify DaysUntil
Linus Groh
2022-05-08
LibJS: Simplify BalanceISODate
Linus Groh
2022-05-08
LibJS: Remove type assertion comment from IsValidISODate
Linus Groh
2022-05-08
LibJS: Use "Completion" to emphasize completion record
Linus Groh
2022-05-08
LibJS: Fix numeric type in Date.prototype.toTemporalInstant()
Linus Groh
2022-05-08
LibJS: Replace magic nanosecond numbers with constants
Linus Groh
2022-05-08
LibJS: Refactor Temporal add/subtract to common AOs
Linus Groh
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-05-06
LibJS: Convert remaining Date AOs using JS::Value as in/output to double
Linus Groh
2022-05-06
LibJS: Add variant of to_integer_or_infinity() for plain doubles
Linus Groh
2022-05-06
LibJS: Remove unused LibCore/DateTime.h header from Date.cpp
Linus Groh
2022-05-06
LibJS: Move Hours/Minutes/Seconds/ms constants out of the Date class
Linus Groh
2022-05-05
LibJS: Set "prototype" property of async generator functions
Linus Groh
2022-05-05
LibJS: Fix "prototype" property of generator functions, again
Linus Groh
2022-05-05
LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype%
Linus Groh
2022-05-05
LibJS: Add AsyncGenerator / AsyncGeneratorPrototype
Linus Groh
2022-05-05
LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() getters
Linus Groh
[next]