summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Tests
AgeCommit message (Expand)Author
2022-10-25LibLocale+LibJS: Update to CLDR version 42.0.0Timothy Flynn
2022-10-23LibJS: Make parseFloat use the new double parserdavidot
2022-10-23LibJS: Fix that non-double numbers from JSON were truncated to i32davidot
2022-10-23LibJS: Make a TypedArray test actually run on all different typesdavidot
2022-10-23LibJS: Add descriptive output to test-commons expect().toThrow()davidot
2022-10-18LibTimeZone+LibJS: Update to TZDB version 2022eTimothy Flynn
2022-10-17LibJS: Implement RegExp legacy static propertiesleeight
2022-10-17LibJS: Reject relativeTo string such as "2022-08-18T17:01Z"Linus Groh
2022-10-16LibJS: Add fast path TimeZone conversion to PlainDate#toZonedDateTimeLuke Wilde
2022-10-16LibJS: Remove extra property check from Instant#toZonedDateTimeISOLuke Wilde
2022-10-16LibJS: Fast-path ToTemporalTimeZone when the argument is a TimeZoneLuke Wilde
2022-10-16LibJS: Fast-path ToTemporalCalendar when the argument is a CalendarLuke Wilde
2022-10-14LibJS/Temporal: Fix inconsistency in order of observable operationsLuke Wilde
2022-10-14LibJS: Disallow one day long time zone offsetsdavidot
2022-10-06LibJS: Use Unicode normalization within String.prototype.normalizeTimothy Flynn
2022-09-22LibJS: Change default time display options to "always" for digital styleTimothy Flynn
2022-09-21LibJS: Implement normative change in String.prototype.substrdavidot
2022-09-21LibJS: Change digital default style from "narrow" to "short"Timothy Flynn
2022-09-18LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"Timothy Flynn
2022-09-17LibJS: Parse date strings like "9/17/2022"davidot
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