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
2021-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-11-09
LibJS: Mark RoundTemporalInstant as infallible
Luke Wilde
2021-11-09
LibJS: Mark DaysUntil as infallible
Linus Groh
2021-11-09
LibJS: Convert GeneratorObject to ThrowCompletionOr
Idan Horowitz
2021-11-09
LibJS: Convert the IntegerIndexedElementSet AO to ThrowCompletionOr
Idan Horowitz
2021-11-09
LibJS: Remove leftover exception check in OrdinaryHasProperty
Idan Horowitz
2021-11-08
LibJS: Implement Temporal.PlainMonthDay.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainYearMonth.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainDateTime.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainDate.prototype.with()
Linus Groh
2021-11-08
LibJS/Tests: Fix Temporal.PlainDate.prototype.equals() tests
Linus Groh
2021-11-08
LibJS: Use StringView literals in prepare_temporal_fields()
Linus Groh
2021-11-08
LibJS: Create the RegExpExec result's "input" field last
Timothy Flynn
2021-11-07
LibJS: Fix modulo() template argument deduction on i686
Linus Groh
2021-11-07
LibJS: Fix use of "modulo" for negative values in balance_time()
Linus Groh
2021-11-07
LibJS: Add a modulo() function to represent the "x modulo y" notation
Linus Groh
2021-11-07
LibJS: Fix nanoseconds formatting in format_time_zone_offset_string()
Linus Groh
2021-11-07
LibJS: Fix fraction substring in parse_time_zone_offset_string()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toLocaleString()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toJSON()
Linus Groh
2021-11-07
LibJS: Implement Temporal.Duration.prototype.toString()
Linus Groh
2021-11-07
LibJS: Change calendar_date_add() date parameter from PlainDate to Value
Linus Groh
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.prototype.equals
Luke Wilde
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.compare
Luke Wilde
2021-11-07
LibJS: Implement Temporal.ZonedDateTime.from
Luke Wilde
2021-11-07
LibJS: Implement ToTemporalZonedDateTime and the required AOs
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withCalendar
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZone
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainDate
Luke Wilde
2021-11-05
LibJS: Implement Temporal.ZonedDateTime.prototype.withPlainTime
Luke Wilde
2021-11-05
LibJS: Adjust approximated result in year_from_time() if necessary
Linus Groh
2021-11-05
LibJS: Account for leap days in year_from_time()
Linus Groh
2021-11-04
LibJS: Replace a couple of TODO()'s in Temporal with InternalError
Linus Groh
2021-11-04
LibJS: Remove TODO() from implemented code path
Linus Groh
2021-11-04
LibJS: Introduce & use FormatISOTimeZoneOffsetString
Linus Groh
2021-11-04
LibJS: Move common code into RejectObjectWithCalendarOrTimeZone
Linus Groh
2021-11-04
LibJS: Update ToTemporalTimeRecord to not require all properties
Linus Groh
2021-11-04
LibJS: Implement Temporal.ZonedDateTime.prototype.startOfDay
Luke Wilde
2021-11-03
LibJS: Implement Temporal.PlainDateTime.prototype.round
Luke Wilde
2021-11-03
LibJS: Implement Temporal.ZonedDateTime.prototype.hoursInDay
Luke Wilde
2021-11-03
LibJS: Implement Temporal.PlainDateTime.prototype.toJSON
Luke Wilde
2021-11-03
LibJS: Implement Temporal.PlainDateTime.prototype.toLocaleString
Luke Wilde
2021-11-03
LibJS: Implement Temporal.PlainDateTime.prototype.toString
Luke Wilde
2021-11-02
LibJS: Implement Temporal.PlainTime.prototype.round
Luke Wilde
2021-11-02
LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert the PutValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert the GetValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert reference deletion to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Implement Temporal.PlainTime.prototype.toZonedDateTime()
Linus Groh
[next]