comparison: js/src/jit-test/tests/basic/bug854137.js
js/src/jit-test/tests/basic/bug854137.js
- changeset 2
- 7e26c7da4463
equal
deleted
inserted
replaced
|
1 // Don't assert. |
|
2 try { |
|
3 eval("function x(y = {\ |
|
4 x: (7) ? 0 : yield(0)\ |
|
5 }"); |
|
6 } catch (e) {} |