comparison: js/src/jit-test/tests/jaeger/bug678141.js
js/src/jit-test/tests/jaeger/bug678141.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 |
|
2 c = {}.__proto__[1] = 3; |
|
3 (function() { |
|
4 function b(a) { |
|
5 return a |
|
6 } |
|
7 for each(let z in [{}]) { |
|
8 print(new b(z)) |
|
9 } |
|
10 })() |