Commit Verlauf

Autor SHA1 Nachricht Datum
  Timothy Flynn ba40ef1f3a LibJS: Remove Value::to_deprecated_string_without_side_effects vor 2 Jahren
  Timothy Flynn a73b8292ed LbJS: Convert exception-related usages of Value::TDSWOSE to String vor 2 Jahren
  Timothy Flynn 3ffb6d9b5a LibJS: Define Value::to_string_without_side_effects for String vor 2 Jahren
  Timothy Flynn dc4207323b LibJS: Remove the VM parameter from the NumberToString AO vor 2 Jahren
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects vor 2 Jahren
  Linus Groh a8bf2f8e4c LibJS: Port Symbol to String vor 2 Jahren
  Linus Groh 89700a2101 LibJS: Rename Symbol::to_deprecated_string() to descriptive_string() vor 2 Jahren
  Timothy Flynn 8414734a2d LibJS: Propagate the OOM error from setting the String length property vor 2 Jahren
  Linus Groh 2ff989914d LibJS: Make Value::typeof() return a StringView vor 2 Jahren
  Timothy Flynn ceaec41726 LibJS: Port Value to-string methods to String vor 2 Jahren
  Timothy Flynn c9056b824e LibJS: Define Value::to_string to convert a Value to a String vor 2 Jahren
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string vor 2 Jahren
  Timothy Flynn 0b58748156 LibJS: Define number_to_string to convert a double to a String vor 2 Jahren
  Timothy Flynn 8a88d4434f LibJS+LibWeb: Rename number_to_string to number_to_deprecated_string vor 2 Jahren
  Timothy Flynn 0ddc2e1f50 LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated vor 2 Jahren
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible vor 2 Jahren
  Timothy Flynn 49b24b0968 LibJS: Let Utf16String be forward-declared in Value.h vor 2 Jahren
  Linus Groh dd3d133968 LibJS: Convert SymbolObject::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 049e99b5f0 LibJS: Convert StringObject::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh f990095728 LibJS: Convert NumberObject::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh b48fa8756f LibJS: Convert BooleanObject::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh cf0a24ff0c LibJS: Convert BigIntObject::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh e4b388ea5a LibJS: Use modulo() for modulo operations in Value.cpp vor 2 Jahren
  Linus Groh ff5882291f LibJS: Rename same_value_non_{numeric => number}() and handle BigInts vor 2 Jahren
  Linus Groh 78895984e9 LibJS: Add spec comments to Value::invoke_internal() vor 2 Jahren
  Linus Groh 14e5003ece LibJS: Add spec comments to is_less_than() vor 2 Jahren
  Linus Groh f1d8a64510 LibJS: Add spec comments to is_strictly_equal() vor 2 Jahren
  Linus Groh abf1ba89cd LibJS: Add spec comments to same_value_non_numeric() vor 2 Jahren
  Linus Groh 625ad4192f LibJS: Add spec comments to same_value_zero() vor 2 Jahren
  Linus Groh 44a243cae4 LibJS: Add spec comments to same_value() vor 2 Jahren