comparison: js/src/jit-test/tests/basic/testBug704351.js
js/src/jit-test/tests/basic/testBug704351.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 if (this.dis !== undefined) { |
|
2 var generatorPrototype = (function() { yield 3; })().__proto__; |
|
3 try { |
|
4 this.dis(generatorPrototype); |
|
5 } catch(e) {} |
|
6 } |