Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Shannon Booth 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer vor 2 Jahren
  Timothy Flynn 3eb2e4e08a LibJS: Implement Iterator.prototype.map vor 2 Jahren
  Timothy Flynn d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype vor 2 Jahren
  Timothy Flynn 5736b53013 LibJS: Add an Iterator constructor and object vor 2 Jahren
  Matthew Olsson 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations vor 2 Jahren
  Matthew Olsson 82eeee2008 LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects vor 2 Jahren
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr vor 2 Jahren
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
  Luke Wilde 53852452b2 LibJS: Propagate errors from Intrinsics initialization vor 2 Jahren
  Timothy Flynn 49e8dcf0b2 LibJS+LibWeb: Convert empty PrimitiveString instances to String vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  davidot 6255ca4a42 LibJS: Add DisposableStack{, Prototype, Constructor} vor 2 Jahren
  davidot 3353cf68f1 LibJS: Add SuppressedError{, Prototype, Constructor} vor 2 Jahren
  Linus Groh 7762c1ac61 LibJS: Verify that objects are only initialized once vor 2 Jahren
  Linus Groh 63136615d2 LibJS: Make namespace object initialization lazy as well vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Linus Groh 45f903da00 LibJS: Convert Intrinsics::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() vor 2 Jahren
  Timothy Flynn 31d315001c LibJS: Allocate concrete TypedArrays with a preallocated base TypedArray vor 2 Jahren
  Timothy Flynn 4f08f2f581 LibJS: Lazily initialize most Realm instrinsic contructors/prototypes vor 2 Jahren
  Linus Groh 4e536eaf98 LibJS: Add JSON.stringify function to the intrinsics vor 2 Jahren
  Linus Groh e3804e6426 LibJS: Move construction of GlobalObject native functions to Intrinsics vor 2 Jahren
  Linus Groh 78eca3ae64 LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren