Files
codeql/javascript/ql/test/query-tests/Expressions/BitwiseSignCheck/BitwiseSignCheck.expected
2018-08-02 17:53:23 +01:00

4 lines
230 B
Plaintext

| tst.js:2:9:2:24 | (x & (1<<n)) > 0 | Sign check of a bitwise operation |
| tst.js:14:13:14:25 | (x >>> 0) > 0 | Sign check of a bitwise operation |
| tst.js:23:1:23:21 | (x & 0x ... 00) > 0 | Sign check of a bitwise operation |