Method
JavaScriptCoreValueobject_set_property
Declaration [src]
void
jsc_value_object_set_property (
  JSCValue* value,
  const char* name,
  JSCValue* property
)
Parameters
- name
- 
            Type: const char*The property name. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- property
- 
            Type: JSCValueThe JSCValueto set.The data is owned by the caller of the method.