JSCClassEnumeratePropertiesFunction

The type of enumerate_properties in #JSCClassVTable. This is only required when you need to handle external properties not added to the prototype.

alias JSCClassEnumeratePropertiesFunction = char** function(JSCClass* jscClass, JSCContext* context, void* instance_)

Return Value

a %NULL-terminated array of strings containing the property names, or %NULL if @instance doesn't have enumerable properties.

Meta