Constructor
JavaScriptCoreWeakValuenew
Declaration [src]
JSCWeakValue*
jsc_weak_value_new (
  JSCValue* value
)
Parameters
| value | JSCValue | 
| A  | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | JSCWeakValue | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |