Commit History

Автор SHA1 Съобщение Дата
  Matthew Olsson 78155a6668 LibJS: Consolidate error messages into ErrorTypes.h преди 5 години
  Andreas Kling 053863f35e LibJS: Interpreter::this_value() => this_value(GlobalObject&) преди 5 години
  Matthew Olsson 5ae9419a06 LibJS: Object index properties have descriptors; Handle sparse indices преди 5 години
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions преди 5 години
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. преди 5 години
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) преди 5 години
  Linus Groh a81bce8c2a LibJS: Make Array.length non-configurable преди 5 години
  mattco98 18cfb9218a LibJS: Set Array length attributes to "Configurable | Writable" преди 5 години
  Linus Groh 418092a71a LibJS: Implement Array length setter преди 5 години
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object преди 5 години
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor преди 5 години
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype преди 5 години
  Linus Groh 9fab52a390 LibJS: Remove shift, pop, push functions from Array object преди 5 години
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects преди 5 години
  Andreas Kling 90ba0145f6 LibJS: Add a number-indexed property storage to all Objects преди 5 години
  Andreas Kling 30440134cb LibJS+LibWeb: Move native properties to separate getters/setters преди 5 години
  Linus Groh c209ea1985 LibJS: Implement Array.prototype.{shift,pop} преди 5 години
  Andreas Kling 7dc78b5e38 LibJS: Use correct |this| value when getting/setting native properties преди 5 години
  Andreas Kling cccbe43056 LibJS: Use FlyString for identifiers преди 5 години
  Andreas Kling 324b92fd06 LibJS: Virtualize access to an Object's own properties преди 5 години
  Andreas Kling bceabd7c4b LibJS: Add ArrayPrototype and implement Array.prototype.push() преди 5 години
  Andreas Kling a82f64d3d6 LibJS: Parse ArrayExpression and start implementing Array objects преди 5 години