comparison: js/src/jit-test/tests/basic/bug708805.js
js/src/jit-test/tests/basic/bug708805.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 gczeal(4); |
|
2 test(); |
|
3 function test() |
|
4 eval("with({}) let(x=[])(function(){x})()"); |