summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-02LibJS: Allow anonymous functions as default exportsdavidot
2022-09-02LibJS: Make indirect bindings of module behave like normal bindingsdavidot
2022-09-02LibJS: Allow exporting any imported bindingsdavidot
2022-09-02LibJS: Only check for duplicate exports if they have a namedavidot
2022-09-02LibJS: Put exports before symbols in keys of module namespace objectdavidot
2022-09-02LibJS: Call resolve instead of reject in AsyncFromSyncIteratorPrototypedavidot
2022-09-02LibJS: Handle empty named exportdavidot
2022-09-02LibJS: Allow full ModuleExportName in namespacedavidot
2022-08-30LibJS: Create DurationFormat's ListFormat object with type and styleTimothy Flynn
2022-08-30LibJS: Use numeric style if the previous style was numeric or 2-digitTimothy Flynn
2022-08-30LibJS: Default to "short" for DurationFormat's style optionTimothy Flynn
2022-08-30LibJS: Default to 0 for DurationFormat's fractionalDigits optionTimothy Flynn
2022-08-30LibJS: Handle non-decimal integer literals in Value::to_numberSlappy826
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