[ CCode ( type_id = "jsc_weak_value_get_type ()" ) ]
public sealed class WeakValue : Object
JSCWeakValue represents a weak reference to a value in a Context.
It can be used to keep a reference to a JavaScript value without protecting it from being garbage collected and without referencing the Context either.