mozilla/rhino

Support ES2021 WeakRef & FinalizationRegistry

開放

#943 建立於 2021年6月23日

 (2 則留言) (0 個反應) (0 位負責人)JavaScript (812 個分叉)batch import
Ecma Incompatibilityfeaturegood first issue

倉庫指標

星標
 (3,728 顆星)
PR 合併指標
 (平均合併 6天 16小時) (30 天內合併 15 個 PR)

描述

WeakRef, for referring to a target object without preserving it from garbage collection FinalizationRegistry, to manage registration and unregistration of cleanup operations performed when target objects are garbage collected

Proposal: https://github.com/tc39/proposal-weakrefs MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef

貢獻者指南