Historique des commits

Auteur SHA1 Message Date
  Andreas Kling f47a14b9d6 LibJS: Use a premade shape when creating iterator result objects il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Timothy Flynn d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype il y a 2 ans
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Luke Wilde 53852452b2 LibJS: Propagate errors from Intrinsics initialization il y a 2 ans
  Linus Groh 63136615d2 LibJS: Make namespace object initialization lazy as well il y a 2 ans
  Linus Groh 45f903da00 LibJS: Convert Intrinsics::create() to NonnullGCPtr il y a 2 ans
  Timothy Flynn 4f08f2f581 LibJS: Lazily initialize most Realm instrinsic contructors/prototypes il y a 2 ans
  Linus Groh 4e536eaf98 LibJS: Add JSON.stringify function to the intrinsics il y a 2 ans
  Ben Wiederhake 6a4e2efa65 LibJS: Break inclusion cycle by removing unnecessary include il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  Andreas Kling 6e973ce69b LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses il y a 2 ans
  Linus Groh e3804e6426 LibJS: Move construction of GlobalObject native functions to Intrinsics il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans