comparison: js/src/jit-test/tests/basic/testBug704351.js
js/src/jit-test/tests/basic/testBug704351.js
- changeset 0
- 6474c204b198
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 } |