var proto = { describe: function () { return 'name: '+this.name; }};var obj = { [[Prototype]]: proto, name: 'obj'};