Commit History

作者 SHA1 備註 提交日期
  Timothy Flynn c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Linus Groh 54ebf71da2 LibJS: Convert WeakSet::create() to NonnullGCPtr 2 年之前
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! 2 年之前
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 年之前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年之前
  davidot 8da6c01d8f LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option 3 年之前
  Andreas Kling 83bd675477 LibJS: Make WeakContainer pruning do less work 3 年之前
  Andreas Kling 6a1b82df2b LibJS: Put zombie cell tracking code behind a compile-time flag 3 年之前
  Andreas Kling c364520c24 LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies 3 年之前
  Andreas Kling 470c99a2a6 LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit 3 年之前
  Andreas Kling cd53d046b2 LibJS: Fix typo "sweeped" => "swept" everywhere 4 年之前
  Idan Horowitz 1a8ee5d8d7 LibJS: Generify the garbage collector's weak container notifications 4 年之前
  Idan Horowitz a00d154522 LibJS: Notify WeakSets when heap cells are sweeped 4 年之前
  Idan Horowitz 8b6beac5ce LibJS: Add the WeakSet built-in object 4 年之前