javascriptcore.WeakValue

Undocumented in source.

Public Imports

javascriptcore.c.types
public import javascriptcore.c.types;
Undocumented in source.

Members

Classes

WeakValue
class WeakValue

JSCWeakValue represents a weak reference to a value in a #JSCContext. It can be used to keep a reference to a JavaScript value without protecting it from being garbage collected and without referencing the #JSCContext either.

Meta