comparison: js/src/jit-test/tests/jaeger/bug550665.js
js/src/jit-test/tests/jaeger/bug550665.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
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; |