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