Commit History

Upphovsman SHA1 Meddelande Datum
  Andreas Kling 6861c619c6 LibJS: Move most of Interpreter into VM 4 år sedan
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() 5 år sedan
  Andreas Kling 685e006e27 LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^) 5 år sedan
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 år sedan
  Andreas Kling 42870a9494 LibWeb: Add some missing wrapper calls to base class initialize() 5 år sedan
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& 5 år sedan
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction 5 år sedan
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 år sedan
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h 5 år sedan
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) 5 år sedan
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 år sedan
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) 5 år sedan
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() 5 år sedan
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 5 år sedan
  Linus Groh 602a36970f LibWeb: Add XMLHttpRequest.readyState and constants 5 år sedan
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object 5 år sedan
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor 5 år sedan
  Linus Groh 62d0fa5af8 LibWeb: Use specific error classes when throwing exceptions 5 år sedan
  Andreas Kling 4ffac713b9 LibWeb: Add XMLHttpRequest object :^) 5 år sedan