mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Provide better model for Array.splice
This commit is contained in:
@@ -19,4 +19,5 @@
|
||||
| arrays.js:29:21:29:28 | "source" | arrays.js:38:8:38:17 | arr5.pop() |
|
||||
| arrays.js:29:21:29:28 | "source" | arrays.js:40:8:40:26 | arr5.slice(2).pop() |
|
||||
| arrays.js:29:21:29:28 | "source" | arrays.js:46:8:46:17 | arr6.pop() |
|
||||
| arrays.js:33:37:33:44 | "source" | arrays.js:35:8:35:25 | arr4_variant.pop() |
|
||||
| arrays.js:49:4:49:11 | "source" | arrays.js:50:10:50:18 | ary.pop() |
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
| arrays.js:29:21:29:28 | "source" | arrays.js:38:8:38:17 | arr5.pop() |
|
||||
| arrays.js:29:21:29:28 | "source" | arrays.js:40:8:40:26 | arr5.slice(2).pop() |
|
||||
| arrays.js:29:21:29:28 | "source" | arrays.js:46:8:46:17 | arr6.pop() |
|
||||
| arrays.js:33:37:33:44 | "source" | arrays.js:35:8:35:25 | arr4_variant.pop() |
|
||||
| arrays.js:49:4:49:11 | "source" | arrays.js:50:10:50:18 | ary.pop() |
|
||||
| arrays.js:49:4:49:11 | "source" | arrays.js:51:10:51:12 | ary |
|
||||
| arrays.js:91:9:91:16 | "source" | arrays.js:91:8:91:34 | ["sourc ... ) => x) |
|
||||
|
||||
Reference in New Issue
Block a user