Commit Verlauf

Autor SHA1 Nachricht Datum
  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
  Linus Groh c892b1c2b6 LibJS: Add spec comments to ordinary_has_instance() vor 2 Jahren
  Linus Groh 0b35c24c9c LibJS: Add spec comments to instance_of() vor 2 Jahren
  Linus Groh d74ce90e74 LibJS: Add spec comments to exp{,_double}() vor 2 Jahren
  Linus Groh eb4ea557f1 LibJS: Add spec comments to mod() vor 2 Jahren
  Linus Groh dc747b3dd4 LibJS: Add spec comments to div() vor 2 Jahren
  Linus Groh f0f476079b LibJS: Add spec comments to mul() vor 2 Jahren
  Linus Groh 51cdf2cdef LibJS: Add spec comments to sub() vor 2 Jahren
  Linus Groh d5359164b1 LibJS: Add spec comments to add() vor 2 Jahren
  Linus Groh e27ef63217 LibJS: Add spec comments to unsigned_right_shift() vor 2 Jahren
  Linus Groh b66f9a8718 LibJS: Add spec comments to right_shift() vor 2 Jahren
  Linus Groh 8aa19a8a60 LibJS: Add spec comments to left_shift() vor 2 Jahren
  Linus Groh 08f6be1715 LibJS: Add spec comments to unary_minus() vor 2 Jahren
  Linus Groh 4458b7bf19 LibJS: Add spec comments to unary_plus() vor 2 Jahren
  Linus Groh c23d8c7486 LibJS: Add spec comments to bitwise_not() vor 2 Jahren
  Linus Groh f0f2dd5850 LibJS: Add spec comments to bitwise_xor() vor 2 Jahren
  Linus Groh 07f9ae908c LibJS: Add spec comments to bitwise_or() vor 2 Jahren
  Linus Groh 9d3d4a760f LibJS: Add spec comments to bitwise_and() vor 2 Jahren