Historique des commits

Auteur SHA1 Message Date
  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
  Timothy Flynn 49e8dcf0b2 LibJS+LibWeb: Convert empty PrimitiveString instances to String il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  davidot 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} il y a 2 ans
  davidot 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} il y a 2 ans
  Linus Groh 7762c1ac61 LibJS: Verify that objects are only initialized once il y a 2 ans
  Linus Groh 63136615d2 LibJS: Make namespace object initialization lazy as well il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Linus Groh 45f903da00 LibJS: Convert Intrinsics::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Timothy Flynn 31d315001c LibJS: Allocate concrete TypedArrays with a preallocated base TypedArray 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
  Linus Groh e3804e6426 LibJS: Move construction of GlobalObject native functions to Intrinsics il y a 2 ans
  Linus Groh 78eca3ae64 LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans