summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug550665.js
blob: 816888b5ef88245cc457891b61bc198b3feb6856 (plain)
1
2
3
4
5
6
7
8
(function () {
  var a;
  eval("for(w in ((function(x,y){b:0})())) ;");
})();

this.__defineSetter__("l", function() { gc() });
this.watch("l", function(x) { yield {} });
l = true;