Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh 9ea6ef4ed1 LibJS: Make Interpreter::throw_exception() a void function há 4 anos atrás
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 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
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h há 5 anos atrás
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) há 5 anos atrás
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions há 5 anos atrás
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. há 5 anos atrás
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) há 5 anos atrás
  Linus Groh 4cdd802927 LibJS: Return a bool from Object::put* to indicate success há 5 anos atrás
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties há 5 anos atrás
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state há 5 anos atrás
  Andreas Kling 627fd6374b LibJS: Add Uint8ClampedArray :^) há 5 anos atrás