Variable ClassDefinition.staticValues

Statically declared value properties on the class' prototype.

struct ClassDefinition
{
  // ...
  JSStaticValue[] staticValues ;
  // ...
}