comparison: js/src/jit-test/tests/basic/bug823310.js
js/src/jit-test/tests/basic/bug823310.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 "use strict"; |
|
2 options("werror"); |
|
3 |
|
4 // This construct causes a strict warning, but we shouldn't get one since |
|
5 // JSOPTION_EXTRA_WARNINGS isn't enabled. |
|
6 var x; |
|
7 eval("if (x = 3) {}"); |