Method
JavaScriptCoreValueobject_set_property_at_index
Declaration [src]
void
jsc_value_object_set_property_at_index (
  JSCValue* value,
  guint index,
  JSCValue* property
)
      Parameters
index- 
            
Type:
guintThe property index.
 property- 
            
Type:
JSCValueThe
JSCValueto set.The data is owned by the caller of the function.