Commit History

Autor SHA1 Mensaxe Data
  Obinna Ikeh 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation %!s(int64=3) %!d(string=hai) anos
  Linus Groh b9b3d01bea LibJS: Add variant of to_integer_or_infinity() for plain doubles %!s(int64=3) %!d(string=hai) anos
  Linus Groh 257375f54c LibJS: Update comments for Annex B changes to IsLooselyEqual %!s(int64=3) %!d(string=hai) anos
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 0399239e3f LibJS: Do not negate zero into negative zero in ToIntegerOrInfinity %!s(int64=3) %!d(string=hai) anos
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 60bc5e3b5b LibJS: Trim all types of whitespace characters before parsing numbers %!s(int64=3) %!d(string=hai) anos
  Anonymous c45922c637 LibJS: Unify exponentiation logic for ** operator and Math.pow %!s(int64=3) %!d(string=hai) anos
  Anonymous 1e0facb7ee LibJS: Implement the Number::remainder AO using fmod %!s(int64=3) %!d(string=hai) anos
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> %!s(int64=3) %!d(string=hai) anos
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 02b7bf34c9 LibJS: Implement BigInt IsLessThan according to the spec %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 9ad3debf35 LibJS: Implement BigInt loose-equality according to the spec %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 281b0411f2 LibJS: Implement conversion of strings to BigInts according to the spec %!s(int64=3) %!d(string=hai) anos
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() %!s(int64=3) %!d(string=hai) anos
  Nico Weber 945d962322 LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 444b2d9ec2 LibJS: Implement UTF-16 surrogate pair concatenation without iteration %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn a57e2f9a76 LibJS: Combine UTF-16 surrogate pairs when concatenating strings %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs %!s(int64=3) %!d(string=hai) anos
  Linus Groh 905b8bd545 LibJS: Make section URLs more consistent %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 72cd31d033 LibJS: Tweak Value::to_property_key() fast path for Int32 %!s(int64=3) %!d(string=hai) anos
  Andreas Kling b63d17e2f8 LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides %!s(int64=3) %!d(string=hai) anos
  Andreas Kling b138b4c83f LibJS: Optimize Value::to_property_key() for numeric property names %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 65a7296b8f LibJS: Make Value::to_property_key() return a JS::PropertyKey %!s(int64=3) %!d(string=hai) anos
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey %!s(int64=3) %!d(string=hai) anos
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 545d403f6b LibJS: Convert Value operator AOs to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 48ac15758e LibJS: Convert is_loosely_equal() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz b5e28410c5 LibJS: Convert is_less_than() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos