mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
25 lines
985 B
Plaintext
25 lines
985 B
Plaintext
arrayPattern_getElement
|
|
| tst.js:1:12:1:17 | [x, y] | 0 | tst.js:1:13:1:13 | x |
|
|
| tst.js:1:12:1:17 | [x, y] | 1 | tst.js:1:16:1:16 | y |
|
|
| tst.js:2:6:2:15 | [a, [, c]] | 0 | tst.js:2:7:2:7 | a |
|
|
| tst.js:2:6:2:15 | [a, [, c]] | 1 | tst.js:2:10:2:14 | [, c] |
|
|
| tst.js:2:10:2:14 | [, c] | 1 | tst.js:2:13:2:13 | c |
|
|
arrayPattern_getSizeE
|
|
| tst.js:1:12:1:17 | [x, y] | 2 |
|
|
| tst.js:2:6:2:15 | [a, [, c]] | 2 |
|
|
| tst.js:2:10:2:14 | [, c] | 2 |
|
|
arrayPattern_omittedElements
|
|
| tst.js:2:10:2:14 | [, c] | 0 |
|
|
objectPattern_getPropertyPattern
|
|
| tst.js:10:12:10:22 | { x, y: z } | 0 | tst.js:10:14:10:14 | x |
|
|
| tst.js:10:12:10:22 | { x, y: z } | 1 | tst.js:10:17:10:20 | y: z |
|
|
| tst.js:11:6:11:15 | { [x]: w } | 0 | tst.js:11:8:11:13 | [x]: w |
|
|
propertyPattern_getName
|
|
| tst.js:10:14:10:14 | x | x |
|
|
| tst.js:10:17:10:20 | y: z | y |
|
|
| tst.js:11:8:11:13 | [x]: w | <unknown> |
|
|
propertyPattern_isComputed
|
|
| tst.js:11:8:11:13 | [x]: w |
|
|
propertyPattern_isShortHand
|
|
| tst.js:10:14:10:14 | x |
|