ClassEnumeratePropertiesFunction


Description:

[ CCode ( array_length = false , array_null_terminated = true , has_target = false ) ]
public delegate string[]? ClassEnumeratePropertiesFunction (Class jsc_class, Context context, void* instance)

The type of enumerate_properties in ClassVTable.

This is only required when you need to handle external properties not added to the prototype.

Parameters:

jsc_class

a Class

context

a Context

instance

the jsc_class instance

Returns:

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


Namespace: JSC