Variable JSStaticValue.attributes

A set of property attributes. Combine multiple attributes with bitwise OR.

struct JSStaticValue
{
  // ...
  PropertyAttributes attributes ;
  // ...
}