comparison: js/src/jit-test/tests/baseline/bug843429.js
js/src/jit-test/tests/baseline/bug843429.js
- branch
- TOR_BUG_3246
- changeset 6
- 8bccb770b82d
equal
deleted
inserted
replaced
|
1 (function () { |
|
2 const x = [] = {}; |
|
3 (function () { |
|
4 String(x); |
|
5 })(); |
|
6 })(); |