Commit History

Author SHA1 Message Date
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 years ago
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) 5 years ago
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 5 years ago
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object 5 years ago
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor 5 years ago
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects 5 years ago
  Andreas Kling faac43597a LibJS: Add js_string(Interpreter&, String) 5 years ago
  Linus Groh 632231cc0c js: Implement print function for Date objects 5 years ago
  Linus Groh 3fcea71538 LibJS: Implement Date.prototype.to{Date,Time}String() 5 years ago
  Linus Groh dc9b1226ac LibJS: Implement Date.prototype.toString() 5 years ago
  Linus Groh d4e3688f4f LibJS: Start implementing Date :^) 5 years ago