Method
JavaScriptCoreValueobject_get_property
Declaration [src]
JSCValue*
jsc_value_object_get_property (
  JSCValue* value,
  const char* name
)
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. | 
Return value
| Returns: | JSCValue | 
| The property  | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. |