function Foo() { // ... } Foo.prototype; // { } var a = new Foo(); Object.getPrototypeOf( a ) === Foo.prototype; // true