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