Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype vor 3 Jahren
  Linus Groh f3768705a9 LibJS: Use consistent phrasing for string length vor 3 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Linus Groh 00b8ce4a6d LibJS: Pass this value to fallback func in Array.prototype.toString() vor 3 Jahren
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers vor 3 Jahren
  Idan Horowitz 086969277e Everywhere: Run clang-format vor 3 Jahren
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS vor 3 Jahren
  Idan Horowitz 08d1ae58b1 LibJS: Initialize {Async,}{Generator,}Function constructors properly vor 3 Jahren
  Idan Horowitz 6c26a02aa8 LibJS: Start implementing Intl Segment Iterator objects vor 3 Jahren
  Idan Horowitz bbacea255f LibJS: Start implementing Intl Segments objects vor 3 Jahren
  Idan Horowitz a3bc06bb23 LibJS: Start implementing Intl.Segmenter vor 3 Jahren
  davidot 202de6ed25 LibJS: Expose JSON.parse as an intrinsic value of the global object vor 3 Jahren
  Idan Horowitz fe687412a6 LibJS: Visit m_async_from_sync_iterator_prototype in GlobalObject vor 3 Jahren
  Timothy Flynn 4a3e142d55 LibJS: Implement a nearly empty Intl.Collator object vor 3 Jahren
  Timothy Flynn 0087804d10 LibJS: Implement a nearly empty Intl.PluralRules object vor 3 Jahren
  Timothy Flynn 79fdec85de LibJS: Implement a nearly empty Intl.RelativeTimeFormat object vor 3 Jahren
  Linus Groh b2c6206adb LibJS: Add missing definition of AsyncFunction.prototype.constructor vor 3 Jahren
  Idan Horowitz 27ca7bbbd7 LibJS: Make parseFloat slightly more specification-compliant vor 3 Jahren
  Idan Horowitz de2f5bb5a7 LibJS: Rewrite parseInt to be more specification-compliant vor 3 Jahren
  Idan Horowitz 2297d0b4bf LibJS: Rewrite the Encode AO to handle unpaired UTF-16 surrogates vor 3 Jahren
  Idan Horowitz be9cbd428e LibJS: Check validity of encoded unicode code points in the Decode AO vor 3 Jahren
  Linus Groh 30af8121ce LibJS: Fix value of Generator.prototype.constructor vor 3 Jahren
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype vor 3 Jahren
  Nico Weber 23cde7685c LibJS: Correcly handle surrogates in escape() vor 3 Jahren
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions vor 3 Jahren
  Timothy Flynn 4cc8cf9233 LibJS: Add an accessor for the %Date.now% instrinsic property vor 3 Jahren
  Timothy Flynn 75b2a09a2f LibJS: Implement a nearly empty Intl.DateTimeFormat object vor 3 Jahren
  davidot 064c8be627 LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances vor 3 Jahren
  davidot 7fd38eac98 LibJS: Add AsyncIteratorPrototype vor 3 Jahren
  davidot 0982a73d1d LibJS: Parse async generator functions vor 3 Jahren