Commit History

Author SHA1 Message Date
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() 5 years ago
  Matthew Olsson 5ecd504f4e LibJS: Implement spec-compliant Object.prototype.toString 5 years ago
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 years ago
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class 5 years ago
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& 5 years ago
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction 5 years ago
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 years ago
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) 5 years ago
  Linus Groh 70d2add22f LibJS: Add Object.prototype.toLocaleString() 5 years ago
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 years ago
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) 5 years ago
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() 5 years ago
  Linus Groh 0a0ba64383 LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctly 5 years ago
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 5 years ago
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor 5 years ago
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors 5 years ago
  Andreas Kling 8bfee015bc LibJS: Make Object::to_string() call the "toString" property if present 5 years ago
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() 5 years ago
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter 5 years ago
  Andreas Kling 56936b97d0 LibJS+LibWeb: Move native JS functions into dedicated member functions 5 years ago
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value 5 years ago
  Andreas Kling 0a71533aff LibJS: Pass argument value vectors as const Vector<Value>& 5 years ago
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories 5 years ago