comparison: js/src/jit-test/tests/ion/bug735869.js
js/src/jit-test/tests/ion/bug735869.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 o = {} |
|
2 for (let i = 0; i < 70; i++) { |
|
3 try { |
|
4 p |
|
5 } catch (e) {} |
|
6 (function() { |
|
7 for (x in Iterator.prototype) {} |
|
8 })() |
|
9 o.__proto__ = null |
|
10 delete o.__proto__ |
|
11 } |