[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[]? object_enumerate_properties ()
Get the list of property names of this.
Only properties defined with jsc_value_property_enumerable flag will be collected.
this |
a Value |
a null-terminated array of strings containing the property names, or null if this doesn't have enumerable properties. Use strfreev to free. |