mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
JS: Fix perf issue from overriding isIncomplete
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
| eval.js:3:3:3:16 | eval("x = 23") | call |
|
||||
| eval.js:3:3:3:16 | exceptional return of eval("x = 23") | call |
|
||||
| sources.js:1:1:1:12 | exceptional return of new (x => x) | call |
|
||||
| sources.js:1:6:1:6 | x | call |
|
||||
| sources.js:1:6:1:11 | exceptional return of anonymous function | call |
|
||||
| sources.js:3:1:5:6 | exceptional return of (functi ... \\n})(23) | call |
|
||||
| sources.js:3:2:5:1 | exceptional return of anonymous function | call |
|
||||
@@ -20,7 +19,6 @@
|
||||
| tst2.ts:8:3:8:5 | A.x | heap |
|
||||
| tst2.ts:11:11:11:13 | A.x | heap |
|
||||
| tst2.ts:13:26:13:29 | List | global |
|
||||
| tst2.ts:13:39:13:38 | args | call |
|
||||
| tst2.ts:13:39:13:38 | exceptional return of default constructor of class StringList | call |
|
||||
| tst2.ts:13:39:13:38 | exceptional return of super(...args) | call |
|
||||
| tst2.ts:13:39:13:38 | super | call |
|
||||
|
||||
Reference in New Issue
Block a user