Commit Verlauf

Autor SHA1 Nachricht Datum
  Timothy Flynn ba40ef1f3a LibJS: Remove Value::to_deprecated_string_without_side_effects vor 2 Jahren
  Timothy Flynn 24e9cea524 LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE 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
  Timothy Flynn 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell vor 2 Jahren
  Linus Groh 2ff989914d LibJS: Make Value::typeof() return a StringView 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 49b24b0968 LibJS: Let Utf16String be forward-declared in Value.h vor 2 Jahren
  Ben Wiederhake f07847e099 Everywhere: Remove unused includes of AK/Concepts.h vor 2 Jahren
  Linus Groh ff5882291f LibJS: Rename same_value_non_{numeric => number}() and handle BigInts vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Linus Groh d26aabff04 Everywhere: Run clang-format vor 2 Jahren
  davidot 54b2d8c1b8 LibJS: Reuse as_i32 in as_double in JS::Value vor 2 Jahren
  Timothy Flynn 9620a092de LibJS: Publicly expose double_to_string and rename it number_to_string vor 2 Jahren
  Timothy Flynn e952dca026 LibJS: Expose the StringToNumber AO for public use vor 2 Jahren
  Linus Groh d3b7c06712 LibJS: Add Value(GCPtr<T>) and Value(NonnullGCPtr<T>) constructors vor 2 Jahren
  Daniel Bertalan 2b69af2dfe AK+LibJS: Handle NaN-boxing pointers on AArch64 vor 2 Jahren
  davidot d4736d17ae LibJS: Allow negative pointers in Value vor 2 Jahren
  Linus Groh 69415f0608 LibJS: Make string_to_bigint() a standalone function vor 2 Jahren
  davidot a9d2d806b6 LibJS: Use __builtin_isnan in static_assert instead of isnan vor 2 Jahren
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] vor 2 Jahren
  davidot e746360b9a LibJS: Use NaN boxing to decrease the memory size of Values vor 3 Jahren
  davidot 8381e7f1e6 LibJS: Specialize Optional<Value> vor 3 Jahren
  Linus Groh 1132151f3d LibJS: Use a template for 'Value from integral number' constructors vor 3 Jahren
  Obinna Ikeh 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation vor 3 Jahren
  Linus Groh b9b3d01bea LibJS: Add variant of to_integer_or_infinity() for plain doubles vor 3 Jahren