internal BooleanConstructor(LenientFunctionPrototype parent, LenientBooleanPrototype prototypeProp)
   : base(parent, "Boolean", 1) {
   this.originalPrototype = prototypeProp;
   prototypeProp.constructor = this;
   this.proto = prototypeProp;
   this.noExpando = false;
 }
 internal BooleanConstructor(LenientFunctionPrototype parent, LenientBooleanPrototype prototypeProp) : base(parent, "Boolean", 1)
 {
     this.originalPrototype    = prototypeProp;
     prototypeProp.constructor = this;
     base.proto     = prototypeProp;
     base.noExpando = false;
 }