Method
JavaScriptCoreValueobject_get_property_at_index
Declaration [src]
JSCValue*
jsc_value_object_get_property_at_index (
JSCValue* value,
guint index
)
Return value
Type: JSCValue
The property JSCValue
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |