Commit History

Author SHA1 Message Date
  Andreas Kling c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible 1 year ago
  Andreas Kling 7849950383 LibJS: Make Utf16String & related APIs infallible 1 year ago
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible 1 year ago
  Andreas Kling 0cb9c9e81e LibJS: Add fast paths for bitwise ops on 2x Int32 JS::Value 2 years ago
  Daniel Bertalan 5aef8f280f LibJS: Fix integer overflow in Number::exponentiate 2 years ago
  Linus Groh b33b0d60e6 LibJS: Port Value::get_method() to GCPtr 2 years ago
  Linus Groh 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr 2 years ago
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr 2 years ago
  Linus Groh e79f5b6e85 LibJS: Port Value::to_primitive_string() to NonnullGCPtr 2 years ago
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 years ago
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 years ago
  Andreas Kling b727f8113f LibJS: Add fast path to Value::to_u32() if Value is a positive i32 2 years ago
  Linus Groh e77503e49b LibJS: Make string_to_number() return double instead of Optional<Value> 2 years ago
  Hendiadyoin1 09fa3a17c7 LibJS: Allow to stringify empty Values without side effects 2 years ago
  Linus Groh 09d40bfbb2 Everywhere: Use _{short_,}string to create Strings from literals 2 years ago
  Timothy Flynn ba40ef1f3a LibJS: Remove Value::to_deprecated_string_without_side_effects 2 years ago
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String 2 years ago
  Timothy Flynn 3ffb6d9b5a LibJS: Define Value::to_string_without_side_effects for String 2 years ago
  Timothy Flynn dc4207323b LibJS: Remove the VM parameter from the NumberToString AO 2 years ago
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects 2 years ago
  Linus Groh a8bf2f8e4c LibJS: Port Symbol to String 2 years ago
  Linus Groh 89700a2101 LibJS: Rename Symbol::to_deprecated_string() to descriptive_string() 2 years ago
  Timothy Flynn 8414734a2d LibJS: Propagate the OOM error from setting the String length property 2 years ago
  Linus Groh 2ff989914d LibJS: Make Value::typeof() return a StringView 2 years ago
  Timothy Flynn ceaec41726 LibJS: Port Value to-string methods to String 2 years ago
  Timothy Flynn c9056b824e LibJS: Define Value::to_string to convert a Value to a String 2 years ago
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string 2 years ago
  Timothy Flynn 0b58748156 LibJS: Define number_to_string to convert a double to a String 2 years ago
  Timothy Flynn 8a88d4434f LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string 2 years ago
  Timothy Flynn 0ddc2e1f50 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated 2 years ago