提交历史

作者 SHA1 备注 提交日期
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Andreas Kling 7fce5f102f LibJS: Don't use a Handle<Realm> in FinalizationRegistry 2 年之前
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! 2 年之前
  Idan Horowitz a79796ea4a LibJS: Implement stage 3 proposal FinalizationRegistry changes 3 年之前
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 年之前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年之前
  Luke Wilde 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 年之前
  davidot f324d91106 LibJS: Convert FinalizationRegistry::cleanup to ThrowCompletionOr 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 年之前
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 年之前
  Linus Groh e5753443ae LibJS: Consistently make prototype the last argument in Object ctors 4 年之前
  Idan Horowitz de9fa6622a LibJS: Add the FinalizationRegistry built-in object 4 年之前