Commit Verlauf

Autor SHA1 Nachricht Datum
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() vor 3 Jahren
  Nico Weber 945d962322 LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS vor 3 Jahren
  Timothy Flynn 444b2d9ec2 LibJS: Implement UTF-16 surrogate pair concatenation without iteration vor 3 Jahren
  Timothy Flynn a57e2f9a76 LibJS: Combine UTF-16 surrogate pairs when concatenating strings vor 3 Jahren
  Timothy Flynn d69f5ca128 LibJS: Update spec numbers for Operations on Objects AOs vor 3 Jahren
  Linus Groh 905b8bd545 LibJS: Make section URLs more consistent vor 3 Jahren
  Andreas Kling 72cd31d033 LibJS: Tweak Value::to_property_key() fast path for Int32 vor 3 Jahren
  Andreas Kling b63d17e2f8 LibJS: Add fast paths for <, >, <=, and >= with Int32 on both sides vor 3 Jahren
  Andreas Kling b138b4c83f LibJS: Optimize Value::to_property_key() for numeric property names vor 3 Jahren
  Andreas Kling 65a7296b8f LibJS: Make Value::to_property_key() return a JS::PropertyKey vor 3 Jahren
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey vor 3 Jahren
  Linus Groh 0881f8160f LibJS: Use implicit ThrowCompletionOr<T> constructor where possible vor 3 Jahren
  Idan Horowitz 545d403f6b LibJS: Convert Value operator AOs to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 48ac15758e LibJS: Convert is_loosely_equal() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz b5e28410c5 LibJS: Convert is_less_than() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz c15a3b0576 LibJS: Convert Value::get() to ThrowCompletionOr vor 3 Jahren
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 85a28a6555 LibJS: Convert to_index() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz aad12b050b LibJS: Convert to_length() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 750da61c0f LibJS: Convert to_u8_clamp() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 99287afc99 LibJS: Convert to_u8() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 1b7dbb6b3b LibJS: Convert to_i8() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 7bbb92dfe9 LibJS: Convert to_u16() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 627b1205ce LibJS: Convert to_i16() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz cc94bba5c0 LibJS: Convert to_u32() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr vor 3 Jahren
  Idan Horowitz 51c33b3b35 LibJS: Convert to_bigint_uint64() to ThrowCompletionOr vor 3 Jahren