Historie revizí

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