Method

JavaScriptCoreValueobject_has_property

Declaration [src]

gboolean
jsc_value_object_has_property (
  JSCValue* value,
  const char* name
)

Description [src]

Get whether value has property with name.

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: gboolean

TRUE if value has a property with name, or FALSE otherwise.