Histórico de Commits

Autor SHA1 Mensagem Data
  Timothy Flynn 3ca86cd044 LibJS: Allow creating the specialized Optional<Value> from OptionalNone há 1 ano atrás
  Shannon Booth 56ec36a9dc LibJS: Export MAX_ARRAY_LIKE_INDEX & NEGATIVE_ZERO_BITS in JS namespace há 1 ano atrás
  Andrew Kaster d361221657 LibJS+LibWeb: Add JS::Value constructor for ``JS::Handle<T>`` há 1 ano atrás
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String há 1 ano atrás
  Andreas Kling 3dc5f467a8 LibJS: Always allocate ExecutionContext objects on the malloc heap há 1 ano atrás
  Bastiaan van der Plaat d3b3e49e19 LibJS/JIT: Use the x86_64 setcc instruction to remove a branch há 1 ano atrás
  Idan Horowitz e58209e5cf LibJS: Skip an always-false branch in the JIT to_boolean slow case há 1 ano atrás
  Sönke Holz 6824d2a788 Userland+Tests: Add initial riscv64 support há 1 ano atrás
  Tim Schumacher a2f60911fe AK: Rename GenericTraits to DefaultTraits há 1 ano atrás
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} há 1 ano atrás
  Andrew Kaster 96600e77c2 LibJS: Enable storing Value and Handle<Value> in HashMaps há 1 ano atrás
  Andreas Kling 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible há 1 ano atrás
  Andreas Kling b8f78c0adc LibJS: Make JS::number_to_string() infallible há 1 ano atrás
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions há 2 anos atrás
  Andreas Kling 0cb9c9e81e LibJS: Add fast paths for bitwise ops on 2x Int32 JS::Value há 2 anos atrás
  Linus Groh b33b0d60e6 LibJS: Port Value::get_method() to GCPtr há 2 anos atrás
  Linus Groh 9279b0780d LibJS: Port Value::to_bigint() to NonnullGCPtr há 2 anos atrás
  Linus Groh f345f72b55 LibJS: Port Value::to_object() to NonnullGCPtr há 2 anos atrás
  Linus Groh e79f5b6e85 LibJS: Port Value::to_primitive_string() to NonnullGCPtr há 2 anos atrás
  Linus Groh e77503e49b LibJS: Make string_to_number() return double instead of Optional<Value> há 2 anos atrás
  Timothy Flynn ba40ef1f3a LibJS: Remove Value::to_deprecated_string_without_side_effects há 2 anos atrás
  Timothy Flynn 24e9cea524 LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE há 2 anos atrás
  Timothy Flynn 3ffb6d9b5a LibJS: Define Value::to_string_without_side_effects for String há 2 anos atrás
  Timothy Flynn dc4207323b LibJS: Remove the VM parameter from the NumberToString AO há 2 anos atrás
  Timothy Flynn b245300ba1 LibJS+Everywhere: Deprecate Value::to_string_without_side_effects há 2 anos atrás
  Timothy Flynn 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell há 2 anos atrás
  Linus Groh 2ff989914d LibJS: Make Value::typeof() return a StringView há 2 anos atrás
  Timothy Flynn c9056b824e LibJS: Define Value::to_string to convert a Value to a String há 2 anos atrás
  Timothy Flynn afeb7273cc LibJS+Everywhere: Rename Value::to_string to to_deprecated_string há 2 anos atrás
  Timothy Flynn 0b58748156 LibJS: Define number_to_string to convert a double to a String há 2 anos atrás