1: function constructor(creator) { 2: this.creator = creator; 3: this.createtime = new Date(); 4: return this; 5: }