objectEnumerateProperties

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

Return

a null-terminated array of strings containing the property names, or null if @value doesn't have enumerable properties. Use g_strfreev() to free.