[ 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.
| jsc_class |
a Class |
| context |
a Context |
| instance |
the |
|
a null-terminated array of strings containing the property names, or
null if |