Variable JSStaticFunction.attributes

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

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