Commit History

Upphovsman SHA1 Meddelande Datum
  Xavier Cooney 43f948b357 LibJS: Implement IsRegExp abstract operation 4 år sedan
  Linus Groh 5eb1f752ab LibJS: Use new format functions everywhere 4 år sedan
  Linus Groh eaa85969c4 LibJS: Add Value::to_{index,length,integer_or_infinity} abstract operations 4 år sedan
  Andreas Kling e1bbc7c075 LibJS: Make JS::Value constructors take const cell pointers 4 år sedan
  Luke bb22b04d44 LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute 4 år sedan
  Andreas Kling fa18baf3e8 LibJS: Add Value::is_nullish() 4 år sedan
  Andreas Kling 1df18c58f5 LibJS: Make all the JS::Value binary op helpers take GlobalObject& 4 år sedan
  Andreas Kling aaa8b48a4c LibJS: Remove use of Interpreter& in JSONObject code 4 år sedan
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 år sedan
  Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& 4 år sedan
  Matthew Olsson dd49ec17a2 LibJS: Implement spec-complient instance_of operation 5 år sedan
  Andreas Kling 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 år sedan
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& 5 år sedan
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify 5 år sedan
  Andreas Kling 10aebabf0b LibJS: BigInts and Symbols values are cells and the GC needs this info 5 år sedan
  Linus Groh 0ff9d7e189 LibJS: Add BigInt 5 år sedan
  Linus Groh 5b88aa8e96 LibJS: Move Value::as_accessor() to Value.h 5 år sedan
  Linus Groh ead76377b0 LibM: Add INFINITY macro 5 år sedan
  Linus Groh 8a94813007 LibM: Add NAN macro 5 år sedan
  Marcin Gasperowicz eadce65e04 LibJS: Implement standard semantics for relational operators (#2417) 5 år sedan
  Linus Groh 4334a1b208 LibJS: Make Array.prototype.push() generic 5 år sedan
  Matthew Olsson 45dfa094e9 LibJS: Add getter/setter support 5 år sedan
  Linus Groh 36996bd720 LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity 5 år sedan
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. 5 år sedan
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) 5 år sedan
  mattco98 4ced126704 LibJS: Add symbol objects 5 år sedan
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() 5 år sedan
  Linus Groh 8137f40b73 LibJS: Add Value::is_integer() 5 år sedan
  Matthew Olsson 532d4bc0ab LibJS: Spec-compliant equality comparisons 5 år sedan
  Linus Groh eea62dd365 LibJS: Add Value::{is, as}_function() 5 år sedan