comparison: js/src/jit-test/tests/jaeger/bug550665.js
js/src/jit-test/tests/jaeger/bug550665.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 (function () { |
|
2 var a; |
|
3 eval("for(w in ((function(x,y){b:0})())) ;"); |
|
4 })(); |
|
5 |
|
6 this.__defineSetter__("l", function() { gc() }); |
|
7 this.watch("l", function(x) { yield {} }); |
|
8 l = true; |