API Version: 4.1
Library Version: 2.42.0
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
const char*
A class name.
gboolean
Whether the value is an object instance of class name.