Method
JavaScriptCoreValueobject_set_property_at_index
Declaration [src]
void
jsc_value_object_set_property_at_index (
  JSCValue* value,
  guint index,
  JSCValue* property
)
Parameters
| index | guint | 
| The property index. | |
| property | JSCValue | 
| The  | |
| The data is owned by the caller of the function. |