Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function vor 4 Jahren
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& vor 5 Jahren
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction vor 5 Jahren
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors vor 5 Jahren
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h vor 5 Jahren
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) vor 5 Jahren
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions vor 5 Jahren
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. vor 5 Jahren
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) vor 5 Jahren
  Linus Groh 4cdd802927 LibJS: Return a bool from Object::put* to indicate success vor 5 Jahren
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties vor 5 Jahren
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state vor 5 Jahren
  Andreas Kling 627fd6374b LibJS: Add Uint8ClampedArray :^) vor 5 Jahren