Historie revizí

Autor SHA1 Zpráva Datum
  Linus Groh 9c10624278 LibJS: Add spec comments to Value::to_primitive() před 2 roky
  Linus Groh e3c8e1362f LibJS: Add spec comments to Value::to_boolean() před 2 roky
  Linus Groh 596b30df5f LibJS: Add spec comments to Value::to_string() před 2 roky
  Linus Groh 9a961af0b0 LibJS: Add spec comments to Value::typeof() před 2 roky
  Linus Groh 1fe7984160 LibJS: Add spec comments to Value::is_regexp() před 2 roky
  Linus Groh b11135cbc2 LibJS: Add spec comments to Value::is_function() před 2 roky
  Linus Groh aaa4fe8c34 LibJS: Add spec comments to Value::is_array() před 2 roky
  Linus Groh 4cdfe684b8 LibJS: Remove redundant starts_with()s from is_less_than() string branch před 2 roky
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() před 2 roky
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() před 2 roky
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable před 2 roky
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString před 2 roky
  Timothy Flynn 9620a092de LibJS: Publicly expose double_to_string and rename it number_to_string před 2 roky
  Dan Klishch 56aa21a7dc LibJS: Implement precise double_to_string před 2 roky
  Moustafa Raafat 54b8a2b094 LibCrypto: Add a way to compare UnsignedBigInteger with double před 2 roky
  davidot 783b1a479d LibJS: Make string_to_double use the new double parser před 2 roky
  Timothy Flynn e952dca026 LibJS: Expose the StringToNumber AO for public use před 2 roky
  Linus Groh 69415f0608 LibJS: Make string_to_bigint() a standalone function před 2 roky
  Linus Groh 15e3a99250 LibJS: Trim non-ASCII whitespace as well in StringToBigInt před 2 roky
  Linus Groh c88c33dc22 LibJS: Trim non-ASCII whitespace as well in StringToNumber před 2 roky
  Slappy826 f4b3bb519f LibJS: Handle non-decimal integer literals in Value::to_number před 2 roky
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm před 2 roky
  davidot e663504df1 LibJS: Fix that leftshift for BigInts did not round down před 2 roky
  davidot cb49c07fb7 LibJS: Use the new BigInt compare_to_double algorithm :^) před 2 roky
  davidot a9d2d806b6 LibJS: Use __builtin_isnan in static_assert instead of isnan před 2 roky
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] před 2 roky
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] před 2 roky
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() před 3 roky
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions před 3 roky
  davidot 0f9434a02c LibJS: Make StringToNumber case sensitive when falling back to strtod před 3 roky