summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2022-07-06LibJS: Implement Intl.Locale.prototype.calendars propertyTimothy Flynn
2022-07-06LibJS: Revert partial resizable ArrayBuffer implementationLinus Groh
2022-07-06LibJS: Make AST.cpp compile with -O0Linus Groh
2022-07-06LibJS: Properly compute the line for source location hintsDexesTTP
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-05LibJS: Rename TimeHourMinuteBasicFormatNotAmbiguousLinus Groh
2022-07-05LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousAllowedNegativeLinus Groh
2022-07-05LibJS: Rename TimeZoneNumericUTCOffsetNotAmbiguousLinus Groh
2022-07-05LibJS: Simplify TimeZoneNumericUTCOffsetNotAmbiguousLinus Groh
2022-07-05LibJS: Consistently check Temporal overflow optionsLinus Groh
2022-07-05LibJS: Remove unnecessary checks for undefined before ToPositiveIntegerLinus Groh
2022-07-04LibJS: Explicitly instantiate Parser::parse_function_nodeDaniel Bertalan
2022-07-04LibJS/Tests: Disable one Array.prototype.toSpliced test for nowLinus Groh
2022-07-04LibJS: Let Array.prototype.toSpliced throw RangeError for len <= 2^53-1Linus Groh
2022-07-04LibJS: Use u64 for the length parameter in Array::create()Linus Groh
2022-07-04LibJS: Add spec comments to ArrayCreateLinus Groh
2022-07-04LibJS: Use a template for 'Value from integral number' constructorsLinus Groh
2022-07-03LibJS: Avoid potential overflow in Array.prototype.toSpliced()Linus Groh
2022-07-03LibJS: Add tests for %TypedArray%.prototype.toReversedObinna Ikeh
2022-07-03LibJS: Add %TypedArray%.prototype.toReversedObinna Ikeh
2022-07-02LibJS: Set both {minimum, maximum}FractionDigits in Intl.DurationFormatIdan Horowitz
2022-07-02LibJS: Disallow mixed-sign durations in Intl.DurationFormatIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.formatToPartsIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.formatIdan Horowitz
2022-07-01LibJS: Implement the PartitionDurationFormatPattern abstract operationIdan Horowitz
2022-07-01LibUnicode: Generate data about DurationFormat-required units as wellIdan Horowitz
2022-07-01LibJS: Implement the ToDurationRecord abstract operationIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.prototype.resolvedOptionsIdan Horowitz
2022-07-01LibJS: Implement Intl.DurationFormat.supportedLocalesOfIdan Horowitz
2022-07-01LibJS: Start implementing the stage 3 Intl.DurationFormat proposalIdan Horowitz
2022-06-30LibJS: Fix incorrect ErrorType in Temporal.PlainMonthDay constructorLinus Groh
2022-06-30LibJS/Bytecode: End the for variable scope at the start of its end blockLuke Wilde
2022-06-30LibJS/Bytecode: Make for, do/while and while always switch to end blockLuke Wilde
2022-06-29LibJS: Add tests cases for %TypedArray%.prototype.toSorted functionObinna Ikeh
2022-06-29LibJS: Add %TypedArray%.prototype.toSortedObinna Ikeh
2022-06-29LibJS: Implement element comparison function for typed arraysObinna Ikeh
2022-06-29LibJS: Use null-prototype objects in a few more places in TemporalLinus Groh
2022-06-29LibJS: Fix production for time zone name in time zone stringsLinus Groh
2022-06-29LibJS: Mark CreateTemporalDate as infallible in DifferenceISODateTimeLinus Groh
2022-06-29LibJS: Mark BalanceDuration as infallible in DifferenceISODateTimeLinus Groh
2022-06-29LibJS: Replace one use of BalanceISODate with CreateISODateRecordLinus Groh
2022-06-29LibJS: Assert DifferenceISODateTime is called with valid datetime valuesLinus Groh
2022-06-29LibJS: Replace guaranteed zero [[Days]] field with constant zeroLinus Groh
2022-06-29LibJS: Assert [[Days]] is zero for the balanced time in DifferenceTimeLinus Groh
2022-06-27LibJS: Check for add overflow in `DataViewConstructor`Cyber Gsus
2022-06-26LibJS: Infer file extensions when resolving module pathsLinus Groh
2022-06-26LibJS: Rename filepath to filename in module related codeLinus Groh
2022-06-26LibJS: Replace enumeration macro in typed_array_species_create()Linus Groh
2022-06-26LibJS: Store fn pointer to its intrinsic constructor on TypedArrayBaseLinus Groh
2022-06-24LibJS/Tests: Correct pluralSmallestPluralDisallowedOptions largestUnitLinus Groh