API Version: 4.1
Library Version: 2.39.7
gboolean jsc_value_object_has_property ( JSCValue* value, const char* name )
Get whether value has property with name.
value
name
const char*
The property name.
gboolean
TRUE if value has a property with name, or FALSE otherwise.
TRUE
FALSE