NATIVE

settings_applicationsObject  >   settings_applicationsWeakRef  >   settings_applications[[Prototype]]

NATIVE

Editing
  • account_tree
  • bug_report

symbol,Objecttargetderef()

현재 WeakRef에서 약한 참조로 연결된 객체를 반환하거나 가비지 컬렉터(garbage collector)에 의해 수집된 경우 undefined를 반환한다.

구문

형식
weakRef.deref()

반환

symbol, Objecttarget

현재 WeakRef 객체에 연결된 객체이거나 심벌(symbol)을 반환한다. 가비지 컬렉터(garbage collector)에 의해 수집된 경우에 undefined를 반환한다.

버전 명세

ECMAScript 2024(15th Edition)
#sec-weak-ref.prototype.deref

지원 웹브라우저