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

12 lines
1.1 KiB
Plaintext

| tst.js:2:1:2:7 | !method | This expression will be implicitly converted from boolean to string. |
| tst.js:17:6:17:9 | null | This expression will be implicitly converted from null to object. |
| tst.js:20:6:20:13 | 'string' | This expression will be implicitly converted from string to object. |
| tst.js:26:13:26:53 | "Settin ... o '%s'" | This expression will be implicitly converted from string to number. |
| tst.js:29:18:29:26 | !callback | This expression will be implicitly converted from boolean to object. |
| tst.js:53:5:53:10 | void 0 | This expression will be implicitly converted from undefined to number or string. |
| tst.js:61:3:61:3 | x | This expression will be implicitly converted from undefined to number. |
| tst.js:67:8:67:8 | y | This expression will be implicitly converted from undefined to number. |
| tst.js:73:5:73:5 | x | This expression will be implicitly converted from undefined to number. |
| tst.js:79:19:79:22 | name | This expression will be implicitly converted from undefined to string. |
| tst.js:85:3:85:3 | x | This expression will be implicitly converted from undefined to number. |