Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM há 4 anos atrás
  Linus Groh 2e2571743b LibJS: Use string::formatted() in to_string() functions há 4 anos atrás
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> há 4 anos atrás
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter há 4 anos atrás
  Ben Wiederhake 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean há 4 anos atrás
  Andreas Kling d1b58ee9ad LibJS: Move well-known symbols to the VM há 4 anos atrás
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() há 5 anos atrás
  Matthew Olsson 5ecd504f4e LibJS: Implement spec-compliant Object.prototype.toString há 5 anos atrás
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat há 5 anos atrás
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class há 5 anos atrás
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& há 5 anos atrás
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction há 5 anos atrás
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors há 5 anos atrás
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) há 5 anos atrás
  Linus Groh 70d2add22f LibJS: Add Object.prototype.toLocaleString() há 5 anos atrás
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions há 5 anos atrás
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) há 5 anos atrás
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() há 5 anos atrás
  Linus Groh 0a0ba64383 LibJS: Handle Object.prototype.hasOwnProperty() with no arg correctly há 5 anos atrás
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties há 5 anos atrás
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor há 5 anos atrás
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors há 5 anos atrás
  Andreas Kling 8bfee015bc LibJS: Make Object::to_string() call the "toString" property if present há 5 anos atrás
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() há 5 anos atrás
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter há 5 anos atrás
  Andreas Kling 56936b97d0 LibJS+LibWeb: Move native JS functions into dedicated member functions há 5 anos atrás
  Andreas Kling 7c4e53f31e LibJS: Rework how native functions are called to improve |this| value há 5 anos atrás
  Andreas Kling 0a71533aff LibJS: Pass argument value vectors as const Vector<Value>& há 5 anos atrás
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories há 5 anos atrás