comparison: js/src/jit-test/tests/basic/bug797495.js
js/src/jit-test/tests/basic/bug797495.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 try { |
|
2 // Don't assert. |
|
3 options("strict_mode"); |
|
4 var f = Function("for(w in\\"); |
|
5 } catch (e) { |
|
6 } |