Method

WPEJavaScriptCoreValueobject_get_property_at_index

Declaration [src]

JSCValue*
jsc_value_object_get_property_at_index (
  JSCValue* value,
  guint index
)

Description [src]

Get property at index from value.

Parameters

index guint
 

The property index.

Return value

Returns: JSCValue
 

The property JSCValue.

 The caller of the method takes ownership of the data, and is responsible for freeing it.