Historique des commits

Auteur SHA1 Message Date
  Linus Groh b9b3d01bea LibJS: Add variant of to_integer_or_infinity() for plain doubles il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Andreas Kling 4b412e8fee Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string" il y a 3 ans
  Anonymous d1cc67bbe1 LibJS: Avoid unnecessary ToObject conversion when resolving references il y a 3 ans
  Anonymous 3a184f7841 LibJS: Get rid of unnecessary work from canonical_numeric_index_string il y a 3 ans
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> il y a 3 ans
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} il y a 3 ans
  Timothy Flynn 281b0411f2 LibJS: Implement conversion of strings to BigInts according to the spec il y a 3 ans
  Timothy Flynn 236025df19 LibJS: Prevent implicit pointer-to-bool conversion in Value constructor il y a 3 ans
  Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void> il y a 3 ans
  Andreas Kling 65a7296b8f LibJS: Make Value::to_property_key() return a JS::PropertyKey il y a 3 ans
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey il y a 3 ans
  Idan Horowitz 545d403f6b LibJS: Convert Value operator AOs to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 48ac15758e LibJS: Convert is_loosely_equal() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz b5e28410c5 LibJS: Convert is_less_than() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz c15a3b0576 LibJS: Convert Value::get() to ThrowCompletionOr il y a 3 ans
  Linus Groh be28a6142b LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 85a28a6555 LibJS: Convert to_index() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz aad12b050b LibJS: Convert to_length() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 750da61c0f LibJS: Convert to_u8_clamp() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 99287afc99 LibJS: Convert to_u8() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 1b7dbb6b3b LibJS: Convert to_i8() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 7bbb92dfe9 LibJS: Convert to_u16() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 627b1205ce LibJS: Convert to_i16() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz cc94bba5c0 LibJS: Convert to_u32() to ThrowCompletionOr 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
  Idan Horowitz c488f5a59d LibJS: Convert to_property_key() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 51c33b3b35 LibJS: Convert to_bigint_uint64() to ThrowCompletionOr il y a 3 ans