Histórico de Commits

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