Historique des commits

Auteur SHA1 Message Date
  Linus Groh 34e372cbff LibJS: Add spec comments to Value::to_u8_clamp() il y a 2 ans
  Linus Groh fff5fe44c1 LibJS: Add spec comments to Value::to_u8() il y a 2 ans
  Linus Groh 2a3f150ab8 LibJS: Add spec comments to Value::to_i8() il y a 2 ans
  Linus Groh 42eac3b7d3 LibJS: Add spec comments to Value::to_u16() il y a 2 ans
  Linus Groh b8ae9ca206 LibJS: Add spec comments to Value::to_i16() il y a 2 ans
  Linus Groh 1ef2b43e4c LibJS: Add spec comments to Value::to_u32() il y a 2 ans
  Linus Groh f958b19b19 LibJS: Add spec comments to Value::to_i32{,_slow_case}() il y a 2 ans
  Linus Groh c2d33ec48a LibJS: Add spec comments to Value::to_property_key() il y a 2 ans
  Linus Groh 7abd9efe33 LibJS: Add spec comments to Value::to_bigint_uint64() il y a 2 ans
  Linus Groh fb5256b225 LibJS: Add spec comments to Value::to_bigint_int64() il y a 2 ans
  Linus Groh 0d4b798932 LibJS: Add spec comments to Value::to_bigint() il y a 2 ans
  Linus Groh b97cdfc36c LibJS: Add spec comments to Value::to_number() il y a 2 ans
  Linus Groh 9a406ccba6 LibJS: Add spec comments to Value::to_numeric() il y a 2 ans
  Linus Groh 63f6099cc3 LibJS: Add spec comments to Value::to_object() il y a 2 ans
  Linus Groh 9c10624278 LibJS: Add spec comments to Value::to_primitive() il y a 2 ans
  Linus Groh e3c8e1362f LibJS: Add spec comments to Value::to_boolean() il y a 2 ans
  Linus Groh 596b30df5f LibJS: Add spec comments to Value::to_string() il y a 2 ans
  Linus Groh 9a961af0b0 LibJS: Add spec comments to Value::typeof() il y a 2 ans
  Linus Groh 1fe7984160 LibJS: Add spec comments to Value::is_regexp() il y a 2 ans
  Linus Groh b11135cbc2 LibJS: Add spec comments to Value::is_function() il y a 2 ans
  Linus Groh aaa4fe8c34 LibJS: Add spec comments to Value::is_array() il y a 2 ans
  Linus Groh 4cdfe684b8 LibJS: Remove redundant starts_with()s from is_less_than() string branch il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() il y a 2 ans
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Timothy Flynn 9620a092de LibJS: Publicly expose double_to_string and rename it number_to_string il y a 2 ans
  Dan Klishch 56aa21a7dc LibJS: Implement precise double_to_string il y a 2 ans
  Moustafa Raafat 54b8a2b094 LibCrypto: Add a way to compare UnsignedBigInteger with double il y a 2 ans
  davidot 783b1a479d LibJS: Make string_to_double use the new double parser il y a 2 ans