Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors vor 5 Jahren
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) vor 5 Jahren
  Linus Groh 70d2add22f LibJS: Add Object.prototype.toLocaleString() vor 5 Jahren
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions vor 5 Jahren
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) vor 5 Jahren
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() vor 5 Jahren
  Linus Groh 0a0ba64383 LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctly vor 5 Jahren
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties vor 5 Jahren
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor vor 5 Jahren
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors vor 5 Jahren
  Andreas Kling 8bfee015bc LibJS: Make Object::to_string() call the "toString" property if present vor 5 Jahren
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() vor 5 Jahren
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter vor 5 Jahren
  Andreas Kling 56936b97d0 LibJS+LibWeb: Move native JS functions into dedicated member functions vor 5 Jahren
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value vor 5 Jahren
  Andreas Kling 0a71533aff LibJS: Pass argument value vectors as const Vector<Value>& vor 5 Jahren
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories vor 5 Jahren