Historique des commits

Auteur SHA1 Message Date
  Nico Weber a6b68451dc LibJS: Implement Date.prototype.toISOString() il y a 4 ans
  Nico Weber a3908732ad LibJS: Add toLocaleString(), toLocaleDateString(), toLocaleTimeString() to Date il y a 4 ans
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() il y a 5 ans
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat il y a 5 ans
  Andreas Kling 2fe4285693 LibJS: Object::initialize() overrides must always call base class il y a 5 ans
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& il y a 5 ans
  Andreas Kling cd14ebb11f LibJS: More Interpreter::global_object() removal il y a 5 ans
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction il y a 5 ans
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors il y a 5 ans
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h il y a 5 ans
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) il y a 5 ans
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions il y a 5 ans
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) il y a 5 ans
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties il y a 5 ans
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object il y a 5 ans
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor il y a 5 ans
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects il y a 5 ans
  Andreas Kling faac43597a LibJS: Add js_string(Interpreter&, String) il y a 5 ans
  Linus Groh 632231cc0c js: Implement print function for Date objects il y a 5 ans
  Linus Groh 3fcea71538 LibJS: Implement Date.prototype.to{Date,Time}String() il y a 5 ans
  Linus Groh dc9b1226ac LibJS: Implement Date.prototype.toString() il y a 5 ans
  Linus Groh d4e3688f4f LibJS: Start implementing Date :^) il y a 5 ans