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-07-06
LibJS: Implement Intl.Locale.prototype.calendars property
Timothy Flynn
2022-07-06
LibJS: Revert partial resizable ArrayBuffer implementation
Linus Groh
2022-07-06
LibJS: Make AST.cpp compile with -O0
Linus Groh
2022-07-06
LibJS: Properly compute the line for source location hints
DexesTTP
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-05
LibJS: Rename TimeHourMinuteBasicFormatNotAmbiguous
Linus Groh
2022-07-05
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegative
Linus Groh
2022-07-05
LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguous
Linus Groh
2022-07-05
LibJS: Simplify TimeZoneNumericUTCOffsetNotAmbiguous
Linus Groh
2022-07-05
LibJS: Consistently check Temporal overflow options
Linus Groh
2022-07-05
LibJS: Remove unnecessary checks for undefined before ToPositiveInteger
Linus Groh
2022-07-04
LibJS: Explicitly instantiate Parser::parse_function_node
Daniel Bertalan
2022-07-04
LibJS/Tests: Disable one Array.prototype.toSpliced test for now
Linus Groh
2022-07-04
LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1
Linus Groh
2022-07-04
LibJS: Use u64 for the length parameter in Array::create()
Linus Groh
2022-07-04
LibJS: Add spec comments to ArrayCreate
Linus Groh
2022-07-04
LibJS: Use a template for 'Value from integral number' constructors
Linus Groh
2022-07-03
LibJS: Avoid potential overflow in Array.prototype.toSpliced()
Linus Groh
2022-07-03
LibJS: Add tests for %TypedArray%.prototype.toReversed
Obinna Ikeh
2022-07-03
LibJS: Add %TypedArray%.prototype.toReversed
Obinna Ikeh
2022-07-02
LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormat
Idan Horowitz
2022-07-02
LibJS: Disallow mixed-sign durations in Intl.DurationFormat
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.formatToParts
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.format
Idan Horowitz
2022-07-01
LibJS: Implement the PartitionDurationFormatPattern abstract operation
Idan Horowitz
2022-07-01
LibUnicode: Generate data about DurationFormat-required units as well
Idan Horowitz
2022-07-01
LibJS: Implement the ToDurationRecord abstract operation
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.prototype.resolvedOptions
Idan Horowitz
2022-07-01
LibJS: Implement Intl.DurationFormat.supportedLocalesOf
Idan Horowitz
2022-07-01
LibJS: Start implementing the stage 3 Intl.DurationFormat proposal
Idan Horowitz
2022-06-30
LibJS: Fix incorrect ErrorType in Temporal.PlainMonthDay constructor
Linus Groh
2022-06-30
LibJS/Bytecode: End the for variable scope at the start of its end block
Luke Wilde
2022-06-30
LibJS/Bytecode: Make for, do/while and while always switch to end block
Luke Wilde
2022-06-29
LibJS: Add tests cases for %TypedArray%.prototype.toSorted function
Obinna Ikeh
2022-06-29
LibJS: Add %TypedArray%.prototype.toSorted
Obinna Ikeh
2022-06-29
LibJS: Implement element comparison function for typed arrays
Obinna Ikeh
2022-06-29
LibJS: Use null-prototype objects in a few more places in Temporal
Linus Groh
2022-06-29
LibJS: Fix production for time zone name in time zone strings
Linus Groh
2022-06-29
LibJS: Mark CreateTemporalDate as infallible in DifferenceISODateTime
Linus Groh
2022-06-29
LibJS: Mark BalanceDuration as infallible in DifferenceISODateTime
Linus Groh
2022-06-29
LibJS: Replace one use of BalanceISODate with CreateISODateRecord
Linus Groh
2022-06-29
LibJS: Assert DifferenceISODateTime is called with valid datetime values
Linus Groh
2022-06-29
LibJS: Replace guaranteed zero [[Days]] field with constant zero
Linus Groh
2022-06-29
LibJS: Assert [[Days]] is zero for the balanced time in DifferenceTime
Linus Groh
2022-06-27
LibJS: Check for add overflow in `DataViewConstructor`
Cyber Gsus
2022-06-26
LibJS: Infer file extensions when resolving module paths
Linus Groh
2022-06-26
LibJS: Rename filepath to filename in module related code
Linus Groh
2022-06-26
LibJS: Replace enumeration macro in typed_array_species_create()
Linus Groh
2022-06-26
LibJS: Store fn pointer to its intrinsic constructor on TypedArrayBase
Linus Groh
2022-06-24
LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnit
Linus Groh
[next]