Method

JavaScriptCoreValueobject_get_property

Declaration [src]

JSCValue*
jsc_value_object_get_property (
  JSCValue* value,
  const char* name
)

Description [src]

Get property with name from value.

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.

Return value

Type: JSCValue

The property JSCValue.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.