Home | History | Annotate | Download | only in resources
      1 var test = document.body;
      2 this.will.be.an.error = 1;
      3 
      4 function test() {
      5     return 42;
      6 }
      7