ValuePropertyFlags
Description:
[ CCode ( cprefix = "JSC_VALUE_PROPERTY_" , has_type_id = false ) ]
[ Flags ]
public enum ValuePropertyFlags
Content:
Enum values:
- CONFIGURABLE - the type of the
property descriptor may be changed and the property may be deleted from the corresponding object.
- ENUMERABLE - the property shows
up during enumeration of the properties on the corresponding object.
- WRITABLE - the value associated
with the property may be changed with an assignment operator.