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 cac71a6847 LibJS: Convert WeakRef::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 年之前
  Idan Horowitz 53ed8decaf LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' 3 年之前
  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 年之前
  Linus Groh e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
  Idan Horowitz 7eba63a8a3 LibJS: Add the WeakRef built-in object 4 年之前