Value.objectEnumerateProperties

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

class Value
string[]
objectEnumerateProperties
()

Return Value

Type: string[]

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.