Historial de Commits

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