Variable PrototypeContainer.proxies

class PrototypeContainer
{
  // ...
  ObjectStorage!(Object[],string) proxies ;
  // ...
}