summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS
AgeCommit message (Expand)Author
2021-11-30LibJS: Allow defining class fields with "keyword" namesdavidot
2021-11-30LibJS: Disallow await keywords in static init blocksdavidot
2021-11-30LibJS: Disallow '\8' and '\9' in strict mode due to being octal escapesdavidot
2021-11-30LibJS: Allow escaped 'async' as identifierdavidot
2021-11-30LibJS: Treat private identifier as divisible tokendavidot
2021-11-30LibJS: Disallow numerical separators in octal numbers and after '.'davidot
2021-11-30LibJS: Allow object properties called 'async'davidot
2021-11-30LibJS: Add messages to the toEval and toEvalTo testsdavidot
2021-11-30LibJS: Change LargerOfTwoTemporalUnits AO to return a StringViewTimothy Flynn
2021-11-29LibJS: Implement Temporal.Duration.prototype.subtractLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.addLuke Wilde
2021-11-29LibJS: Implement Temporal.Duration.prototype.roundLuke Wilde
2021-11-29LibJS: Implement Intl.DateTimeFormat.prototype.resolvedOptionsTimothy Flynn
2021-11-29LibJS: Implement Intl.DateTimeFormat.supportedLocalesOfTimothy Flynn
2021-11-29LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructorTimothy Flynn
2021-11-29LibJS: Implement a nearly empty Intl.DateTimeFormat objectTimothy Flynn
2021-11-29LibJS+LibUnicode: Separate number formatting methods from Locale.hTimothy Flynn
2021-11-29LibJS: Change Intl's GetOption AO to accept a Span rather than a VectorTimothy Flynn
2021-11-29LibJS: Implement parsing and executing for-await-of loopsdavidot
2021-11-29LibJS: Implement the async versions of iterator operationsdavidot
2021-11-29LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instancesdavidot
2021-11-29LibJS: Move the TRY_OR_REJECT macro to PromiseReactiondavidot
2021-11-29LibJS: Add AsyncIteratorPrototypedavidot
2021-11-28LibJS: Spin the event loop while waiting for async completion in `await`Ali Mohammad Pur
2021-11-28LibJS: Implement parsing of TemporalDurationStringLinus Groh
2021-11-27LibJS: Parse TemporalInstantString as part of TemporalCalendarStringLinus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.since()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.until()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.subtract()Linus Groh
2021-11-27LibJS: Implement Temporal.PlainYearMonth.prototype.add()Linus Groh
2021-11-27LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceededIdan Horowitz
2021-11-24LibJS: Make section URLs more consistentLinus Groh
2021-11-24LibJS: Simplify TemporalRelativeToStringLinus Groh
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.since()Linus Groh
2021-11-24LibJS: Implement Temporal.ZonedDateTime.prototype.until()Linus Groh
2021-11-24LibJS: Implement balance_duration_relative()Luke Wilde
2021-11-24LibJS: Implement add_duration()Luke Wilde
2021-11-24LibJS: Implement default_temporal_largest_unit()Luke Wilde
2021-11-24LibJS: Implement difference_zoned_date_time()Luke Wilde
2021-11-24LibJS: Add sign(Crypto::SignedBigInteger const&) overloadLinus Groh
2021-11-24LibJS: Fix incorrectly formatted section commentsLinus Groh
2021-11-24LibJS: Re-implement SetNumberFormatDigitOptions AOTimothy Flynn
2021-11-24LibJS: Update spec comments in GetOption and DefaultNumberOption AOsTimothy Flynn
2021-11-24LibJS: Don't accept UTC designators in strings for plain Temporal typesLinus Groh
2021-11-24LibJS: Fix parse ErrorType used in parse_temporal_date_string()Linus Groh
2021-11-23LibJS: Update to_largest_temporal_unit() to allow undefined fallbackLinus Groh
2021-11-21LibJS: Parse async generator functionsdavidot
2021-11-21LibJS: Don't set a prototype property on async functionsdavidot
2021-11-21LibJS: Parse async arrow functionsdavidot
2021-11-21LibJS: Implement Temporal.PlainDateTime.prototype.since()Linus Groh