summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime
AgeCommit message (Expand)Author
2021-09-09LibJS: Make new_target parameter of all Temporal AOs a const*Linus Groh
2021-09-09LibJS: Mark TemporalTimeToString as infallibleLinus Groh
2021-09-09LibJS: Implement Temporal.PlainYearMonth.compareLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.fromLuke Wilde
2021-09-09LibJS: Implement Temporal.PlainYearMonth.prototype.equalsLuke Wilde
2021-09-09LibJS: Implement ToTemporalYearMonth AOLuke Wilde
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTimeISO()Linus Groh
2021-09-09LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()Linus Groh
2021-09-09LibJS: Add a way to attach custom data to a JS::VM instanceAndreas Kling
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toJSON()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toLocaleString()Linus Groh
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.toString()Linus Groh
2021-09-08LibJS: Replace String const& with StringView in various Temporal AOsLinus Groh
2021-09-08LibUnicode+LibJS: Store locale keyword values as a single stringTimothy Flynn
2021-09-08LibJS: Fix typos in Intl.ListFormat commentsTimothy Flynn
2021-09-08LibJS: Implement Temporal.PlainTime.prototype.withLuke Wilde
2021-09-08LibJS: Add and use the CreateNegatedTemporalDuration AOLinus Groh
2021-09-08LibJS: Make implementation-defined language more conciseLinus Groh
2021-09-08LibJS: Use the newly added remainder operation in GetISOPartsFromEpochLinus Groh
2021-09-08LibJS: Validate Calendar.prototype.fields() values more strictlyLinus Groh
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-06LibJS: Implement Intl.ListFormat.prototype.resolvedOptionsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatToPartsTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.prototype.formatTimothy Flynn
2021-09-06LibJS: Implement Intl.ListFormat.supportedLocalesOfTimothy Flynn
2021-09-06LibJS: Implement the Intl.ListFormat constructorTimothy Flynn
2021-09-06LibJS: Implement a nearly empty Intl.ListFormat objectTimothy Flynn
2021-09-06LibJS: Use StringViews in Round{NumberToIncrement, TemporalInstant}Idan Horowitz
2021-09-06LibJS: Implement Temporal.Instant.prototype.sinceIdan Horowitz
2021-09-06LibJS: Implement Temporal.Instant.prototype.untilIdan Horowitz
2021-09-06LibJS: Add a bunch of Temporal Abstract OperationsIdan Horowitz
2021-09-06LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}CaseTimothy Flynn
2021-09-06LibJS: Only remove Unicode locale extensions during the LookupMatcher AOTimothy Flynn
2021-09-06LibJS: Handle possible allocation failure in ArrayBuffer(size_t)Ali Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-05LibJS: Use different stack space limit values for with and without ASANLinus Groh
2021-09-05LibJS: Prevent stack overflow if Proxy handler's __proto__ is the ProxyLinus Groh
2021-09-05LibJS: Add ErrorType::CallStackSizeExceededLinus Groh
2021-09-04LibJS: Implement Intl.DisplayNames.supportedLocalesOf()Linus Groh
2021-09-04LibJS: Add Array::create_from() for generic Vector<T>Linus Groh
2021-09-04LibJS: Implement Intl.Locale.prototype.minimizeTimothy Flynn
2021-09-04LibJS: Implement Intl.Locale.prototype.maximizeTimothy Flynn
2021-09-04LibJS: Add a constructor to create an Intl.Locale object from a LocaleIDTimothy Flynn
2021-09-04LibJS: Add missing Intl.Locale initializer for plain boolean typeTimothy Flynn
2021-09-02LibJS: Account for negative numbers in ToTemporalDurationRecordLinus Groh
2021-09-02LibJS: Throw RangeError for non-integral values in ToPartialDurationLinus Groh
2021-09-02LibJS: Reflect normative changes in ParseTemporalInstantStringLinus Groh
2021-09-02LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operatorLuke Wilde
2021-09-02LibJS: Implement Intl.Locale.prototype.regionTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.scriptTimothy Flynn