mozilla/rhino

Support ES2021 WeakRef & FinalizationRegistry

オープン

#943 opened on 2021/06/23

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (812 件のフォーク)batch import
Ecma Incompatibilityfeaturegood first issue

Repository metrics

Stars
 (3,728 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド