comparison: js/src/jit-test/tests/ion/bug861439.js
js/src/jit-test/tests/ion/bug861439.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 try { |
|
3 x = evalcx('') |
|
4 toSource = (function() { |
|
5 x = (new WeakMap).get(function() {}) |
|
6 }) |
|
7 valueOf = (function() { |
|
8 schedulegc(x) |
|
9 }) |
|
10 this + '' |
|
11 for (v of this) {} |
|
12 } catch (e) {} |
|
13 gc() |
|
14 this + 1 |