mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Merge pull request #1873 from asger-semmle/type-inf-consistency
Approved by xiemaisi
This commit is contained in:
@@ -36,7 +36,10 @@ test_isUncertain
|
||||
| tst.js:69:1:69:10 | globalfn() |
|
||||
test_getAFunctionValue
|
||||
| a.js:1:8:1:10 | foo | b.js:1:16:1:27 | function(){} |
|
||||
| a.js:1:8:1:10 | foo | b.js:1:16:1:27 | function(){} |
|
||||
| a.js:1:15:1:17 | bar | b.js:2:8:2:24 | function bar() {} |
|
||||
| a.js:1:15:1:17 | bar | b.js:2:8:2:24 | function bar() {} |
|
||||
| a.js:1:20:1:22 | qux | c.js:2:8:2:24 | function bar() {} |
|
||||
| a.js:1:20:1:22 | qux | c.js:2:8:2:24 | function bar() {} |
|
||||
| a.js:2:1:2:3 | foo | b.js:1:16:1:27 | function(){} |
|
||||
| a.js:3:1:3:3 | bar | b.js:2:8:2:24 | function bar() {} |
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
typeInferenceMismatch
|
||||
| addexpr.js:4:10:4:17 | source() | addexpr.js:4:5:4:17 | x |
|
||||
| addexpr.js:4:10:4:17 | source() | addexpr.js:6:3:6:14 | x |
|
||||
| addexpr.js:11:15:11:22 | source() | addexpr.js:17:5:17:18 | value |
|
||||
| addexpr.js:11:15:11:22 | source() | addexpr.js:19:3:19:14 | value |
|
||||
| destruct.js:20:7:20:14 | source() | destruct.js:13:14:13:19 | [a, b] |
|
||||
#select
|
||||
| access-path-sanitizer.js:2:18:2:25 | source() | access-path-sanitizer.js:4:8:4:12 | obj.x |
|
||||
|
||||
Reference in New Issue
Block a user