Type Definition JsWeakRef
chakracore_sys
type JsWeakRef = JsRef;
A weak reference to a JavaScript value. A value with only weak references is available for garbage-collection. A strong reference to the value (JsValueRef) may be obtained from a weak reference if the value happens to still be available.