| tst.js:1:1:1:11 | (x + x) / 2 | Operands $@ and $@ are identical. | tst.js:1:2:1:2 | x | x | tst.js:1:6:1:6 | x | x | | tst.js:2:1:2:11 | e[i] - e[i] | Operands $@ and $@ are identical. | tst.js:2:1:2:4 | e[i] | e[i] | tst.js:2:8:2:11 | e[i] | e[i] | | tst.js:3:1:3:15 | (x + y)/(x + y) | Operands $@ and $@ are identical. | tst.js:3:1:3:7 | (x + y) | (x + y) | tst.js:3:9:3:15 | (x + y) | (x + y) | | tst.js:4:1:4:29 | window. ... .height | Operands $@ and $@ are identical. | tst.js:4:1:4:13 | window.height | window.height | tst.js:4:17:4:29 | window.height | window.height | | tst.js:5:1:5:18 | x == 23 \|\| x == 23 | Operands $@ and $@ are identical. | tst.js:5:1:5:7 | x == 23 | x == 23 | tst.js:5:12:5:18 | x == 23 | x == 23 | | tst.js:9:1:9:14 | pop() && pop() | Operands $@ and $@ are identical. | tst.js:9:1:9:5 | pop() | pop() | tst.js:9:10:9:14 | pop() | pop() |