mozilla/rhino

Support ES2021 WeakRef & FinalizationRegistry

Open

#943 建立於 2021年6月23日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)JavaScript (3,728 star) (812 fork)batch import
Ecma Incompatibilityfeaturegood first issue

描述

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

貢獻者指南