API Version: 6.0
Library Version: 2.47.1
Generated by gi-docgen 2023.4
gboolean jsc_value_object_is_instance_of ( JSCValue* value, const char* name )
Get whether the value referenced by value is an instance of class name.
value
name
Type: const char*
const char*
A class name.
Type: gboolean
gboolean
Whether the value is an object instance of class name.