| H A D | demo-123.js | 111 log("row ",++this.counter,"=",row); 112 }.bind({counter: 0}) property 120 log("row ",++this.counter,"=",JSON.stringify(row)); 121 }.bind({counter: 0}) property 129 log("row ",++this.counter,"get(0) =",row.get(0)); 130 }.bind({counter: 0}) property 138 log("row ",++this.counter,"b =",row); 139 }.bind({counter: 0}) property 147 log("row ",++this.counter,"a =",value); 148 }.bind({counter: 0}) property
|