Historique des commits

Auteur SHA1 Message Date
  Linus Groh b2c6206adb LibJS: Add missing definition of AsyncFunction.prototype.constructor il y a 3 ans
  Idan Horowitz 27ca7bbbd7 LibJS: Make parseFloat slightly more specification-compliant il y a 3 ans
  Idan Horowitz de2f5bb5a7 LibJS: Rewrite parseInt to be more specification-compliant il y a 3 ans
  Idan Horowitz 2297d0b4bf LibJS: Rewrite the Encode AO to handle unpaired UTF-16 surrogates il y a 3 ans
  Idan Horowitz be9cbd428e LibJS: Check validity of encoded unicode code points in the Decode AO il y a 3 ans
  Linus Groh 30af8121ce LibJS: Fix value of Generator.prototype.constructor il y a 3 ans
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype il y a 3 ans
  Nico Weber 23cde7685c LibJS: Correcly handle surrogates in escape() il y a 3 ans
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions il y a 3 ans
  Timothy Flynn 4cc8cf9233 LibJS: Add an accessor for the %Date.now% instrinsic property il y a 3 ans
  Timothy Flynn 75b2a09a2f LibJS: Implement a nearly empty Intl.DateTimeFormat object il y a 3 ans
  davidot 064c8be627 LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances il y a 3 ans
  davidot 7fd38eac98 LibJS: Add AsyncIteratorPrototype il y a 3 ans
  davidot 0982a73d1d LibJS: Parse async generator functions il y a 3 ans
  Luke Wilde 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for il y a 3 ans
  Idan Horowitz 681787de76 LibJS: Add support for async functions il y a 3 ans
  Timothy Flynn e92d14d498 LibJS: Convert GlobalObject to ThrowCompletionOr il y a 3 ans
  Timothy Flynn 875b563664 LibJS: Convert GlobalObject's Encode and Decode AOs to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz ca27e5eff5 LibJS: Convert NativeFunction callback to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros il y a 3 ans
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr il y a 3 ans
  Linus Groh cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm il y a 3 ans
  Linus Groh d40331ef69 LibJS: Start implementing ShadowRealm il y a 3 ans
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4d5bd092ea LibJS: Use MUST() where applicable il y a 3 ans
  Linus Groh ba6e4c7ae1 LibJS+LibWeb: Use Object::set_prototype() in more places il y a 3 ans
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions il y a 3 ans
  Linus Groh 73bae7d779 LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr il y a 3 ans