summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2022-08-25LibJS: Accept and ignore calendar annotation in Instant stringsLuke Wilde
2022-08-25LibJS: Avoid calling ToString on calendar when calendarName is "never"Luke Wilde
2022-08-25LibJS: Guard IntegerIndexedElementSet with receiver checkTimothy Flynn
2022-08-25LibJS: Always access RegExp flags by its "flags" propertyTimothy Flynn
2022-08-24LibJS: Allow BigInts as destructuring property namesdavidot
2022-08-24LibJS: Fix that leftshift for BigInts did not round downdavidot
2022-08-20LibJS: Use a synthetic constructor if class with parent doesn't have onedavidot
2022-08-20LibJS: Add special cases for Math.cosh and add spec commentsdavidot
2022-08-17LibJS: Implement tagged literals evaluation like the specdavidot
2022-08-17LibJS: Allow invalid string in tagged template literalsdavidot
2022-08-17LibJS: Make StringToNumber case sensitive when falling back to strtoddavidot
2022-08-17LibJS: Don't assume a this argument for function.prototype.binddavidot
2022-08-15LibJS: Add extreme value tests for cos and sindavidot
2022-08-14LibJS: Make Function.prototype a callable function objectLinus Groh
2022-08-03LibJS: Only coerce value once in BigInt constructordavidot
2022-07-31LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOsLinus Groh
2022-07-30LibJS: Support IANA legacy names in the Temporal ISO 8601 grammarLinus Groh
2022-07-27LibJS: Remove %TypedArray%.prototype.toSplicedTimothy Flynn
2022-07-26LibJS: Allow out-of-order plural ranges to be formattedTimothy Flynn
2022-07-26LibJS: Allow out-of-order number ranges to be formattedTimothy Flynn
2022-07-26LibJS: Allow out-of-order date ranges to be formattedTimothy Flynn
2022-07-22LibJS+LibUnicode: Generate a set of default DateTimeFormat patternsTimothy Flynn
2022-07-22LibJS: Add tests for %TypedArray%.prototype.withObinna Ikeh
2022-07-22LibJS: Check PlainMonthDay is in the ISO date time limits in creationLuke Wilde
2022-07-22LibJS: Disallow negative day lengths in ZonedDateTime.protoype.roundLuke Wilde
2022-07-21LibJS: Selectively display DateTimeFormat day periods as noonTimothy Flynn
2022-07-21LibJS+LibUnicode: Handle flexible day periods on both sides of midnightTimothy Flynn
2022-07-20LibJS: Implement Intl.NumberFormat.prototype.formatRangeToPartsTimothy Flynn
2022-07-20LibJS: Implement Intl.NumberFormat.prototype.formatRangeTimothy Flynn
2022-07-20LibJS: Hook up the 'v' (unicodeSets) RegExp flagAli Mohammad Pur
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[RoundingIncrement]] changesTimothy Flynn
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[RoundingMode]] changesTimothy Flynn
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[TrailingZeroDisplay]] changesTimothy Flynn
2022-07-18LibJS: Implement Intl.NumberFormat V3's [[RoundingPriority]] changesTimothy Flynn
2022-07-18LibJS: Prevent i64 overflow when computing large NumberFormat exponentsTimothy Flynn
2022-07-15LibJS: Allow specifying keyword values not directly defined for a localeTimothy Flynn
2022-07-13LibJS: Implement Intl.NumberFormat V3's [[SignDisplay]] changesTimothy Flynn
2022-07-13LibJS: Implement Intl.NumberFormat V3's [[UseGrouping]] changesTimothy Flynn
2022-07-13LibJS: Populate roundingPriority in Intl.PluralRules.resolvedOptionsTimothy Flynn
2022-07-13LibJS+js: Parse new constructor options from Intl.NumberFormat V3Timothy Flynn
2022-07-12LibJS: Add test case for %TypedArray%.prototype.toSplicedObinna Ikeh
2022-07-12LibJS: Implement Intl.PluralRules.prototype.selectRangeTimothy Flynn
2022-07-10AK: Treat empty string as invalid JSONLuke Wilde
2022-07-08LibJS: Use Intl.PluralRules within Intl.RelativeFormatTimothy Flynn
2022-07-08LibJS: Implement Intl.PluralRules.prototype.selectTimothy Flynn
2022-07-08LibJS: Populate pluralCategories in Intl.PluralRules.resolvedOptionsTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.weekInfo propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.textInfo propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.timeZones propertyTimothy Flynn
2022-07-06LibJS: Implement Intl.Locale.prototype.numberingSystems propertyTimothy Flynn