Value.this
- this(JSCValue* jSCValue, bool ownedRef)
- this(Context context, PtrArray array)
- this(Context context, string[] strv)
- this(Context context, bool value)
- this(Context context, string name, GCallback callback, void* userData, GDestroyNotify destroyNotify, GType returnType)
- this(Context context, string name, GCallback callback, void* userData, GDestroyNotify destroyNotify, GType returnType, GType[] parameterTypes)
- this(Context context)
- this(Context context, double number)
- this(Context context, void* instance_, Class jscClass)
- this(Context context, string string_)
- this(Context context, Bytes bytes)
javascriptcore Value Value
constructorsfunctionsstatic functionsvariables
Create a new #JSCValue referencing an array with the items from @array. If @array is %NULL or empty a new empty array will be created. Elements of @array should be pointers to a #JSCValue.