API Version: 6.0
Library Version: 2.44.2
Generated by gi-docgen 2023.4
gboolean jsc_value_object_has_property ( JSCValue* value, const char* name )
Get whether value has property with name.
value
name
Type: const char*
const char*
The property name.
Type: gboolean
gboolean
TRUE if value has a property with name, or FALSE otherwise.
TRUE
FALSE