Value.objectEnumerateProperties

string[] objectEnumerateProperties()

Get the list of property names of value. Only properties defined with JSC_VALUE_PROPERTY_ENUMERABLE flag will be collected.

Returns

a null-terminated array of strings containing the

property names, or null if value doesn't have enumerable properties. Use [glib.global.strfreev] to free.