comparison: js/src/jit-test/tests/basic/bug823310.js
js/src/jit-test/tests/basic/bug823310.js
- changeset 0
- 6474c204b198
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) {}"); |