Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh f958b19b19 LibJS: Add spec comments to Value::to_i32{,_slow_case}() vor 2 Jahren
  Linus Groh c2d33ec48a LibJS: Add spec comments to Value::to_property_key() vor 2 Jahren
  Linus Groh 7abd9efe33 LibJS: Add spec comments to Value::to_bigint_uint64() vor 2 Jahren
  Linus Groh fb5256b225 LibJS: Add spec comments to Value::to_bigint_int64() vor 2 Jahren
  Linus Groh 0d4b798932 LibJS: Add spec comments to Value::to_bigint() vor 2 Jahren
  Linus Groh b97cdfc36c LibJS: Add spec comments to Value::to_number() vor 2 Jahren
  Linus Groh 9a406ccba6 LibJS: Add spec comments to Value::to_numeric() vor 2 Jahren
  Linus Groh 63f6099cc3 LibJS: Add spec comments to Value::to_object() vor 2 Jahren
  Linus Groh 9c10624278 LibJS: Add spec comments to Value::to_primitive() vor 2 Jahren
  Linus Groh e3c8e1362f LibJS: Add spec comments to Value::to_boolean() vor 2 Jahren
  Linus Groh 596b30df5f LibJS: Add spec comments to Value::to_string() vor 2 Jahren
  Linus Groh 9a961af0b0 LibJS: Add spec comments to Value::typeof() vor 2 Jahren
  Linus Groh 1fe7984160 LibJS: Add spec comments to Value::is_regexp() vor 2 Jahren
  Linus Groh b11135cbc2 LibJS: Add spec comments to Value::is_function() vor 2 Jahren
  Linus Groh aaa4fe8c34 LibJS: Add spec comments to Value::is_array() vor 2 Jahren
  Linus Groh 4cdfe684b8 LibJS: Remove redundant starts_with()s from is_less_than() string branch vor 2 Jahren
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() vor 2 Jahren
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Timothy Flynn 9620a092de LibJS: Publicly expose double_to_string and rename it number_to_string vor 2 Jahren
  Dan Klishch 56aa21a7dc LibJS: Implement precise double_to_string vor 2 Jahren
  Moustafa Raafat 54b8a2b094 LibCrypto: Add a way to compare UnsignedBigInteger with double vor 2 Jahren
  davidot 783b1a479d LibJS: Make string_to_double use the new double parser vor 2 Jahren
  Timothy Flynn e952dca026 LibJS: Expose the StringToNumber AO for public use vor 2 Jahren
  Linus Groh 69415f0608 LibJS: Make string_to_bigint() a standalone function vor 2 Jahren
  Linus Groh 15e3a99250 LibJS: Trim non-ASCII whitespace as well in StringToBigInt vor 2 Jahren
  Linus Groh c88c33dc22 LibJS: Trim non-ASCII whitespace as well in StringToNumber vor 2 Jahren
  Slappy826 f4b3bb519f LibJS: Handle non-decimal integer literals in Value::to_number vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren