Historique des commits

Auteur SHA1 Message Date
  Linus Groh 97de93eed1 LibJS: Add js_negative_infinity() il y a 5 ans
  Linus Groh f226746394 LibJS: Handle Infinity in Value::to_number() il y a 5 ans
  Andreas Kling ff33c5b286 LibJS: Let's show a few more decimals when stringifying numeric values il y a 5 ans
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects il y a 5 ans
  Andreas Kling 2ffa054574 LibJS: Add Value::to_double() for convenience il y a 5 ans
  Jack Karamanian edae926cb0 LibJS: Add Boolean constructor object il y a 5 ans
  Jack Karamanian 57bd194e5a LibJS: Return false for NaN numbers in Value::to_boolean() il y a 5 ans
  Andreas Kling 4fe14aab3b LibJS: Inline JS::Value() il y a 5 ans
  Andreas Kling bdffc9e7fb LibJS: Support array holes, encoded as empty JS::Value il y a 5 ans
  Linus Groh 0403845d3e LibJS: Implement exponentiation (** operator) il y a 5 ans
  Brian Gianforcaro b8cef3a2d3 LibJS: Add support for floating point modulous il y a 5 ans
  Brian Gianforcaro 41bfff1abe LibJS: Correctness fixes for bitwise_or, address FIXME's in test. il y a 5 ans
  Andreas Kling 3a026a1ede LibJS: Add NumberObject and make to_object() on number values create it il y a 5 ans
  Andreas Kling 644ff1bbfd LibJS: Add basic support for modulo (%) in binary expressions il y a 5 ans
  Linus Groh 543c6e00db LibJS: Implement Infinity il y a 5 ans
  Linus Groh a62230770b LibJS: Implement unary plus / minus il y a 5 ans
  Andreas Kling 1549c5c48b LibJS: Make Value::as_object() return Object& il y a 5 ans
  Andreas Kling a8dc6501de LibJS: Use "%d" to stringify numeric values that are whole integers il y a 5 ans
  Linus Groh d4e3688f4f LibJS: Start implementing Date :^) il y a 5 ans
  Linus Groh bad0556a59 LibJS: Handle empty strings and arrays in Value::to_number() il y a 5 ans
  Andreas Kling 2d3634d5f5 LibJS: Implement Math.abs() il y a 5 ans
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value il y a 5 ans
  Andreas Kling 82ca7ae1f8 LibJS: Oops, "instanceof" was backwards! il y a 5 ans
  Andreas Kling a3d92b1210 LibJS: Implement the "instanceof" operator il y a 5 ans
  Andreas Kling 9a78b4af2c LibJS: Basic NaN support il y a 5 ans
  Andreas Kling d7073b9f3e LibJS: Add Value::is_array() il y a 5 ans
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories il y a 5 ans