Commit History

作者 SHA1 備註 提交日期
  Brian Gianforcaro 41bfff1abe LibJS: Correctness fixes for bitwise_or, address FIXME's in test. 5 年之前
  Andreas Kling 3a026a1ede LibJS: Add NumberObject and make to_object() on number values create it 5 年之前
  Andreas Kling 644ff1bbfd LibJS: Add basic support for modulo (%) in binary expressions 5 年之前
  Linus Groh 543c6e00db LibJS: Implement Infinity 5 年之前
  Linus Groh a62230770b LibJS: Implement unary plus / minus 5 年之前
  Andreas Kling 1549c5c48b LibJS: Make Value::as_object() return Object& 5 年之前
  Andreas Kling a8dc6501de LibJS: Use "%d" to stringify numeric values that are whole integers 5 年之前
  Linus Groh d4e3688f4f LibJS: Start implementing Date :^) 5 年之前
  Linus Groh bad0556a59 LibJS: Handle empty strings and arrays in Value::to_number() 5 年之前
  Andreas Kling 2d3634d5f5 LibJS: Implement Math.abs() 5 年之前
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value 5 年之前
  Andreas Kling 82ca7ae1f8 LibJS: Oops, "instanceof" was backwards! 5 年之前
  Andreas Kling a3d92b1210 LibJS: Implement the "instanceof" operator 5 年之前
  Andreas Kling 9a78b4af2c LibJS: Basic NaN support 5 年之前
  Andreas Kling d7073b9f3e LibJS: Add Value::is_array() 5 年之前
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories 5 年之前