Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5084d02

Browse files
committed
Update tests.expected
The 'arguments' node is only materialised for functions that use 'arguments
1 parent 895cb87 commit 5084d02

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

javascript/ql/test/library-tests/DataFlow/tests.expected

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ basicBlock
1515
| arguments.js:1:1:12:4 | (functi ... );\\n})() | arguments.js:1:1:1:0 | entry node of <toplevel> |
1616
| arguments.js:1:1:12:4 | exceptional return of (functi ... );\\n})() | arguments.js:1:1:1:0 | entry node of <toplevel> |
1717
| arguments.js:1:2:1:1 | this | arguments.js:1:2:1:1 | entry node of functio ... , 3);\\n} |
18-
| arguments.js:1:2:12:1 | 'arguments' object of anonymous function | arguments.js:1:2:1:1 | entry node of functio ... , 3);\\n} |
1918
| arguments.js:1:2:12:1 | [function self-reference] functio ... , 3);\\n} | arguments.js:1:2:1:1 | entry node of functio ... , 3);\\n} |
2019
| arguments.js:1:2:12:1 | exceptional return of anonymous function | arguments.js:1:2:1:1 | entry node of functio ... , 3);\\n} |
2120
| arguments.js:1:2:12:1 | functio ... , 3);\\n} | arguments.js:1:1:1:0 | entry node of <toplevel> |
@@ -70,7 +69,6 @@ basicBlock
7069
| arguments.js:11:13:11:13 | 3 | arguments.js:1:2:1:1 | entry node of functio ... , 3);\\n} |
7170
| eval.js:1:1:1:0 | this | eval.js:1:1:1:0 | entry node of <toplevel> |
7271
| eval.js:1:1:1:0 | this | eval.js:1:1:1:0 | entry node of functio ... eval`\\n} |
73-
| eval.js:1:1:5:1 | 'arguments' object of function k | eval.js:1:1:1:0 | entry node of functio ... eval`\\n} |
7472
| eval.js:1:1:5:1 | [function self-reference] functio ... eval`\\n} | eval.js:1:1:1:0 | entry node of functio ... eval`\\n} |
7573
| eval.js:1:1:5:1 | exceptional return of function k | eval.js:1:1:1:0 | entry node of functio ... eval`\\n} |
7674
| eval.js:1:1:5:1 | functio ... eval`\\n} | eval.js:1:1:1:0 | entry node of <toplevel> |
@@ -91,7 +89,6 @@ basicBlock
9189
| sources.js:1:5:1:12 | (x => x) | sources.js:1:1:1:0 | entry node of <toplevel> |
9290
| sources.js:1:6:1:6 | x | sources.js:1:6:1:5 | entry node of x => x |
9391
| sources.js:1:6:1:6 | x | sources.js:1:6:1:5 | entry node of x => x |
94-
| sources.js:1:6:1:11 | 'arguments' object of anonymous function | sources.js:1:6:1:5 | entry node of x => x |
9592
| sources.js:1:6:1:11 | [function self-reference] x => x | sources.js:1:6:1:5 | entry node of x => x |
9693
| sources.js:1:6:1:11 | exceptional return of anonymous function | sources.js:1:6:1:5 | entry node of x => x |
9794
| sources.js:1:6:1:11 | return of anonymous function | sources.js:1:6:1:5 | entry node of x => x |
@@ -101,7 +98,6 @@ basicBlock
10198
| sources.js:3:1:5:6 | (functi ... \\n})(23) | sources.js:1:1:1:0 | entry node of <toplevel> |
10299
| sources.js:3:1:5:6 | exceptional return of (functi ... \\n})(23) | sources.js:1:1:1:0 | entry node of <toplevel> |
103100
| sources.js:3:2:3:1 | this | sources.js:3:2:3:1 | entry node of functio ... x+19;\\n} |
104-
| sources.js:3:2:5:1 | 'arguments' object of anonymous function | sources.js:3:2:3:1 | entry node of functio ... x+19;\\n} |
105101
| sources.js:3:2:5:1 | [function self-reference] functio ... x+19;\\n} | sources.js:3:2:3:1 | entry node of functio ... x+19;\\n} |
106102
| sources.js:3:2:5:1 | exceptional return of anonymous function | sources.js:3:2:3:1 | entry node of functio ... x+19;\\n} |
107103
| sources.js:3:2:5:1 | functio ... x+19;\\n} | sources.js:1:1:1:0 | entry node of <toplevel> |
@@ -114,7 +110,6 @@ basicBlock
114110
| sources.js:5:4:5:5 | 23 | sources.js:1:1:1:0 | entry node of <toplevel> |
115111
| sources.js:7:1:7:3 | /x/ | sources.js:1:1:1:0 | entry node of <toplevel> |
116112
| sources.js:9:1:9:0 | this | sources.js:9:1:9:0 | entry node of functio ... ey; }\\n} |
117-
| sources.js:9:1:12:1 | 'arguments' object of function foo | sources.js:9:1:9:0 | entry node of functio ... ey; }\\n} |
118113
| sources.js:9:1:12:1 | [function self-reference] functio ... ey; }\\n} | sources.js:9:1:9:0 | entry node of functio ... ey; }\\n} |
119114
| sources.js:9:1:12:1 | exceptional return of function foo | sources.js:12:2:12:1 | exit node of functio ... ey; }\\n} |
120115
| sources.js:9:1:12:1 | functio ... ey; }\\n} | sources.js:1:1:1:0 | entry node of <toplevel> |
@@ -152,7 +147,6 @@ basicBlock
152147
| tst2.ts:4:3:4:3 | x | tst2.ts:1:1:1:0 | entry node of <toplevel> |
153148
| tst2.ts:7:1:7:0 | A | tst2.ts:7:1:7:0 | entry node of functio ... = 23;\\n} |
154149
| tst2.ts:7:1:7:0 | this | tst2.ts:7:1:7:0 | entry node of functio ... = 23;\\n} |
155-
| tst2.ts:7:1:9:1 | 'arguments' object of function setX | tst2.ts:7:1:7:0 | entry node of functio ... = 23;\\n} |
156150
| tst2.ts:7:1:9:1 | [function self-reference] functio ... = 23;\\n} | tst2.ts:7:1:7:0 | entry node of functio ... = 23;\\n} |
157151
| tst2.ts:7:1:9:1 | exceptional return of function setX | tst2.ts:7:1:7:0 | entry node of functio ... = 23;\\n} |
158152
| tst2.ts:7:1:9:1 | functio ... = 23;\\n} | tst2.ts:1:1:1:0 | entry node of <toplevel> |
@@ -174,7 +168,6 @@ basicBlock
174168
| tst2.ts:13:7:13:16 | StringList | tst2.ts:1:1:1:0 | entry node of <toplevel> |
175169
| tst2.ts:13:26:13:29 | List | tst2.ts:1:1:1:0 | entry node of <toplevel> |
176170
| tst2.ts:13:26:13:37 | List<string> | tst2.ts:1:1:1:0 | entry node of <toplevel> |
177-
| tst2.ts:13:39:13:38 | 'arguments' object of default constructor of class StringList | tst2.ts:13:39:13:38 | entry node of (...arg ... rgs); } |
178171
| tst2.ts:13:39:13:38 | (...arg ... rgs); } | tst2.ts:1:1:1:0 | entry node of <toplevel> |
179172
| tst2.ts:13:39:13:38 | ...args | tst2.ts:13:39:13:38 | entry node of (...arg ... rgs); } |
180173
| tst2.ts:13:39:13:38 | [function self-reference] (...arg ... rgs); } | tst2.ts:13:39:13:38 | entry node of (...arg ... rgs); } |
@@ -243,7 +236,6 @@ basicBlock
243236
| tst.js:16:1:20:9 | (functi ... ("arg") | tst.js:16:1:20:10 | (functi ... "arg"); |
244237
| tst.js:16:1:20:9 | exceptional return of (functi ... ("arg") | tst.js:16:1:20:10 | (functi ... "arg"); |
245238
| tst.js:16:2:16:1 | this | tst.js:16:2:16:1 | entry node of functio ... n "";\\n} |
246-
| tst.js:16:2:20:1 | 'arguments' object of function f | tst.js:16:2:16:1 | entry node of functio ... n "";\\n} |
247239
| tst.js:16:2:20:1 | [function self-reference] functio ... n "";\\n} | tst.js:16:2:16:1 | entry node of functio ... n "";\\n} |
248240
| tst.js:16:2:20:1 | exceptional return of function f | tst.js:20:2:20:1 | exit node of functio ... n "";\\n} |
249241
| tst.js:16:2:20:1 | functio ... n "";\\n} | tst.js:16:1:20:10 | (functi ... "arg"); |
@@ -278,15 +270,13 @@ basicBlock
278270
| tst.js:28:1:30:3 | (() =>\\n ... les\\n)() | tst.js:16:1:20:10 | (functi ... "arg"); |
279271
| tst.js:28:1:30:3 | exceptional return of (() =>\\n ... les\\n)() | tst.js:16:1:20:10 | (functi ... "arg"); |
280272
| tst.js:28:2:28:1 | x | tst.js:28:2:28:1 | entry node of () =>\\n x |
281-
| tst.js:28:2:29:3 | 'arguments' object of anonymous function | tst.js:28:2:28:1 | entry node of () =>\\n x |
282273
| tst.js:28:2:29:3 | () =>\\n x | tst.js:16:1:20:10 | (functi ... "arg"); |
283274
| tst.js:28:2:29:3 | [function self-reference] () =>\\n x | tst.js:28:2:28:1 | entry node of () =>\\n x |
284275
| tst.js:28:2:29:3 | exceptional return of anonymous function | tst.js:28:2:28:1 | entry node of () =>\\n x |
285276
| tst.js:28:2:29:3 | return of anonymous function | tst.js:28:2:28:1 | entry node of () =>\\n x |
286277
| tst.js:29:3:29:3 | x | tst.js:28:2:28:1 | entry node of () =>\\n x |
287278
| tst.js:32:1:32:0 | this | tst.js:32:1:32:0 | entry node of functio ... ables\\n} |
288279
| tst.js:32:1:32:0 | x | tst.js:32:1:32:0 | entry node of functio ... ables\\n} |
289-
| tst.js:32:1:34:1 | 'arguments' object of function g | tst.js:32:1:32:0 | entry node of functio ... ables\\n} |
290280
| tst.js:32:1:34:1 | [function self-reference] functio ... ables\\n} | tst.js:32:1:32:0 | entry node of functio ... ables\\n} |
291281
| tst.js:32:1:34:1 | exceptional return of function g | tst.js:32:1:32:0 | entry node of functio ... ables\\n} |
292282
| tst.js:32:1:34:1 | functio ... ables\\n} | tst.js:16:1:20:10 | (functi ... "arg"); |
@@ -311,7 +301,6 @@ basicBlock
311301
| tst.js:39:3:41:3 | m() {\\n this;\\n } | tst.js:16:1:20:10 | (functi ... "arg"); |
312302
| tst.js:39:3:41:3 | m() {\\n this;\\n } | tst.js:16:1:20:10 | (functi ... "arg"); |
313303
| tst.js:39:4:39:3 | this | tst.js:39:4:39:3 | entry node of () {\\n this;\\n } |
314-
| tst.js:39:4:41:3 | 'arguments' object of method m | tst.js:39:4:39:3 | entry node of () {\\n this;\\n } |
315304
| tst.js:39:4:41:3 | () {\\n this;\\n } | tst.js:16:1:20:10 | (functi ... "arg"); |
316305
| tst.js:39:4:41:3 | [function self-reference] () {\\n this;\\n } | tst.js:39:4:39:3 | entry node of () {\\n this;\\n } |
317306
| tst.js:39:4:41:3 | exceptional return of method m | tst.js:39:4:39:3 | entry node of () {\\n this;\\n } |
@@ -337,7 +326,6 @@ basicBlock
337326
| tst.js:50:3:53:3 | constru ... et`\\n } | tst.js:16:1:20:10 | (functi ... "arg"); |
338327
| tst.js:50:3:53:3 | constru ... et`\\n } | tst.js:16:1:20:10 | (functi ... "arg"); |
339328
| tst.js:50:14:50:13 | this | tst.js:50:14:50:13 | entry node of () {\\n ... et`\\n } |
340-
| tst.js:50:14:53:3 | 'arguments' object of constructor of class A | tst.js:50:14:50:13 | entry node of () {\\n ... et`\\n } |
341329
| tst.js:50:14:53:3 | () {\\n ... et`\\n } | tst.js:16:1:20:10 | (functi ... "arg"); |
342330
| tst.js:50:14:53:3 | [function self-reference] () {\\n ... et`\\n } | tst.js:50:14:50:13 | entry node of () {\\n ... et`\\n } |
343331
| tst.js:50:14:53:3 | exceptional return of constructor of class A | tst.js:50:14:50:13 | entry node of () {\\n ... et`\\n } |
@@ -365,7 +353,6 @@ basicBlock
365353
| tst.js:62:1:62:4 | o::g | tst.js:16:1:20:10 | (functi ... "arg"); |
366354
| tst.js:62:4:62:4 | g | tst.js:16:1:20:10 | (functi ... "arg"); |
367355
| tst.js:64:1:64:0 | this | tst.js:64:1:64:0 | entry node of functio ... lysed\\n} |
368-
| tst.js:64:1:67:1 | 'arguments' object of function h | tst.js:64:1:64:0 | entry node of functio ... lysed\\n} |
369356
| tst.js:64:1:67:1 | [function self-reference] functio ... lysed\\n} | tst.js:64:1:64:0 | entry node of functio ... lysed\\n} |
370357
| tst.js:64:1:67:1 | exceptional return of function h | tst.js:64:1:64:0 | entry node of functio ... lysed\\n} |
371358
| tst.js:64:1:67:1 | functio ... lysed\\n} | tst.js:16:1:20:10 | (functi ... "arg"); |
@@ -390,7 +377,6 @@ basicBlock
390377
| tst.js:69:6:69:9 | next | tst.js:16:1:20:10 | (functi ... "arg"); |
391378
| tst.js:69:11:69:12 | 23 | tst.js:16:1:20:10 | (functi ... "arg"); |
392379
| tst.js:71:1:71:0 | this | tst.js:71:1:71:0 | entry node of async f ... lysed\\n} |
393-
| tst.js:71:1:73:1 | 'arguments' object of function k | tst.js:71:1:71:0 | entry node of async f ... lysed\\n} |
394380
| tst.js:71:1:73:1 | [function self-reference] async f ... lysed\\n} | tst.js:71:1:71:0 | entry node of async f ... lysed\\n} |
395381
| tst.js:71:1:73:1 | async f ... lysed\\n} | tst.js:16:1:20:10 | (functi ... "arg"); |
396382
| tst.js:71:1:73:1 | exceptional return of function k | tst.js:71:1:71:0 | entry node of async f ... lysed\\n} |
@@ -434,7 +420,6 @@ basicBlock
434420
| tst.js:87:1:96:2 | (functi ... r: 0\\n}) | tst.js:85:5:85:28 | vs2 = ( ... o) v ) |
435421
| tst.js:87:1:96:2 | exceptional return of (functi ... r: 0\\n}) | tst.js:85:5:85:28 | vs2 = ( ... o) v ) |
436422
| tst.js:87:2:87:1 | this | tst.js:87:2:87:1 | entry node of functio ... + z;\\n} |
437-
| tst.js:87:2:92:1 | 'arguments' object of anonymous function | tst.js:87:2:87:1 | entry node of functio ... + z;\\n} |
438423
| tst.js:87:2:92:1 | [function self-reference] functio ... + z;\\n} | tst.js:87:2:87:1 | entry node of functio ... + z;\\n} |
439424
| tst.js:87:2:92:1 | exceptional return of anonymous function | tst.js:87:2:87:1 | entry node of functio ... + z;\\n} |
440425
| tst.js:87:2:92:1 | functio ... + z;\\n} | tst.js:85:5:85:28 | vs2 = ( ... o) v ) |
@@ -489,7 +474,6 @@ basicBlock
489474
| tst.js:98:1:103:17 | (functi ... 3, 0 ]) | tst.js:85:5:85:28 | vs2 = ( ... o) v ) |
490475
| tst.js:98:1:103:17 | exceptional return of (functi ... 3, 0 ]) | tst.js:85:5:85:28 | vs2 = ( ... o) v ) |
491476
| tst.js:98:2:98:1 | this | tst.js:98:2:98:1 | entry node of functio ... + z;\\n} |
492-
| tst.js:98:2:103:1 | 'arguments' object of anonymous function | tst.js:98:2:98:1 | entry node of functio ... + z;\\n} |
493477
| tst.js:98:2:103:1 | [function self-reference] functio ... + z;\\n} | tst.js:98:2:98:1 | entry node of functio ... + z;\\n} |
494478
| tst.js:98:2:103:1 | exceptional return of anonymous function | tst.js:98:2:98:1 | entry node of functio ... + z;\\n} |
495479
| tst.js:98:2:103:1 | functio ... + z;\\n} | tst.js:85:5:85:28 | vs2 = ( ... o) v ) |
@@ -532,7 +516,6 @@ basicBlock
532516
| tst.js:105:6:105:6 | y | tst.js:105:6:105:6 | y |
533517
| tst.js:107:1:113:2 | (functi ... v2c;\\n}) | tst.js:107:1:113:3 | (functi ... 2c;\\n}); |
534518
| tst.js:107:2:107:1 | this | tst.js:107:2:107:1 | entry node of functio ... v2c;\\n} |
535-
| tst.js:107:2:113:1 | 'arguments' object of anonymous function | tst.js:107:2:107:1 | entry node of functio ... v2c;\\n} |
536519
| tst.js:107:2:113:1 | [function self-reference] functio ... v2c;\\n} | tst.js:107:2:107:1 | entry node of functio ... v2c;\\n} |
537520
| tst.js:107:2:113:1 | exceptional return of anonymous function | tst.js:107:2:107:1 | entry node of functio ... v2c;\\n} |
538521
| tst.js:107:2:113:1 | functio ... v2c;\\n} | tst.js:107:1:113:3 | (functi ... 2c;\\n}); |
@@ -1479,7 +1462,6 @@ sources
14791462
| arguments.js:1:1:1:0 | this |
14801463
| arguments.js:1:1:12:4 | (functi ... );\\n})() |
14811464
| arguments.js:1:2:1:1 | this |
1482-
| arguments.js:1:2:12:1 | 'arguments' object of anonymous function |
14831465
| arguments.js:1:2:12:1 | functio ... , 3);\\n} |
14841466
| arguments.js:1:2:12:1 | return of anonymous function |
14851467
| arguments.js:2:5:2:4 | this |
@@ -1495,7 +1477,6 @@ sources
14951477
| arguments.js:11:5:11:14 | f(1, 2, 3) |
14961478
| eval.js:1:1:1:0 | this |
14971479
| eval.js:1:1:1:0 | this |
1498-
| eval.js:1:1:5:1 | 'arguments' object of function k |
14991480
| eval.js:1:1:5:1 | functio ... eval`\\n} |
15001481
| eval.js:1:1:5:1 | return of function k |
15011482
| eval.js:3:3:3:6 | eval |
@@ -1505,18 +1486,15 @@ sources
15051486
| sources.js:1:1:1:0 | this |
15061487
| sources.js:1:1:1:12 | new (x => x) |
15071488
| sources.js:1:6:1:6 | x |
1508-
| sources.js:1:6:1:11 | 'arguments' object of anonymous function |
15091489
| sources.js:1:6:1:11 | return of anonymous function |
15101490
| sources.js:1:6:1:11 | x => x |
15111491
| sources.js:3:1:5:6 | (functi ... \\n})(23) |
15121492
| sources.js:3:2:3:1 | this |
1513-
| sources.js:3:2:5:1 | 'arguments' object of anonymous function |
15141493
| sources.js:3:2:5:1 | functio ... x+19;\\n} |
15151494
| sources.js:3:2:5:1 | return of anonymous function |
15161495
| sources.js:3:11:3:11 | x |
15171496
| sources.js:7:1:7:3 | /x/ |
15181497
| sources.js:9:1:9:0 | this |
1519-
| sources.js:9:1:12:1 | 'arguments' object of function foo |
15201498
| sources.js:9:1:12:1 | functio ... ey; }\\n} |
15211499
| sources.js:9:1:12:1 | return of function foo |
15221500
| sources.js:9:14:9:18 | array |
@@ -1526,14 +1504,12 @@ sources
15261504
| tst2.ts:1:1:1:0 | this |
15271505
| tst2.ts:3:3:3:8 | setX() |
15281506
| tst2.ts:7:1:7:0 | this |
1529-
| tst2.ts:7:1:9:1 | 'arguments' object of function setX |
15301507
| tst2.ts:7:1:9:1 | functio ... = 23;\\n} |
15311508
| tst2.ts:7:1:9:1 | return of function setX |
15321509
| tst2.ts:8:3:8:5 | A.x |
15331510
| tst2.ts:11:11:11:13 | A.x |
15341511
| tst2.ts:13:1:13:40 | class S ... ing> {} |
15351512
| tst2.ts:13:26:13:29 | List |
1536-
| tst2.ts:13:39:13:38 | 'arguments' object of default constructor of class StringList |
15371513
| tst2.ts:13:39:13:38 | (...arg ... rgs); } |
15381514
| tst2.ts:13:39:13:38 | args |
15391515
| tst2.ts:13:39:13:38 | return of default constructor of class StringList |
@@ -1547,7 +1523,6 @@ sources
15471523
| tst.js:4:9:4:12 | "hi" |
15481524
| tst.js:16:1:20:9 | (functi ... ("arg") |
15491525
| tst.js:16:2:16:1 | this |
1550-
| tst.js:16:2:20:1 | 'arguments' object of function f |
15511526
| tst.js:16:2:20:1 | functio ... n "";\\n} |
15521527
| tst.js:16:2:20:1 | return of function f |
15531528
| tst.js:16:13:16:13 | a |
@@ -1558,18 +1533,15 @@ sources
15581533
| tst.js:20:4:20:8 | "arg" |
15591534
| tst.js:22:7:22:18 | readFileSync |
15601535
| tst.js:28:1:30:3 | (() =>\\n ... les\\n)() |
1561-
| tst.js:28:2:29:3 | 'arguments' object of anonymous function |
15621536
| tst.js:28:2:29:3 | () =>\\n x |
15631537
| tst.js:28:2:29:3 | return of anonymous function |
15641538
| tst.js:32:1:32:0 | this |
1565-
| tst.js:32:1:34:1 | 'arguments' object of function g |
15661539
| tst.js:32:1:34:1 | functio ... ables\\n} |
15671540
| tst.js:32:1:34:1 | return of function g |
15681541
| tst.js:32:12:32:12 | b |
15691542
| tst.js:35:1:35:7 | g(true) |
15701543
| tst.js:37:9:42:1 | {\\n x: ... ;\\n }\\n} |
15711544
| tst.js:39:4:39:3 | this |
1572-
| tst.js:39:4:41:3 | 'arguments' object of method m |
15731545
| tst.js:39:4:41:3 | () {\\n this;\\n } |
15741546
| tst.js:39:4:41:3 | return of method m |
15751547
| tst.js:43:1:43:3 | o.x |
@@ -1581,7 +1553,6 @@ sources
15811553
| tst.js:49:1:54:1 | class A ... `\\n }\\n} |
15821554
| tst.js:49:17:49:17 | B |
15831555
| tst.js:50:14:50:13 | this |
1584-
| tst.js:50:14:53:3 | 'arguments' object of constructor of class A |
15851556
| tst.js:50:14:53:3 | () {\\n ... et`\\n } |
15861557
| tst.js:50:14:53:3 | return of constructor of class A |
15871558
| tst.js:51:5:51:13 | super(42) |
@@ -1591,7 +1562,6 @@ sources
15911562
| tst.js:61:3:61:5 | o.m |
15921563
| tst.js:62:1:62:4 | o::g |
15931564
| tst.js:64:1:64:0 | this |
1594-
| tst.js:64:1:67:1 | 'arguments' object of function h |
15951565
| tst.js:64:1:67:1 | functio ... lysed\\n} |
15961566
| tst.js:64:1:67:1 | return of function h |
15971567
| tst.js:65:3:65:10 | yield 42 |
@@ -1600,7 +1570,6 @@ sources
16001570
| tst.js:69:1:69:9 | iter.next |
16011571
| tst.js:69:1:69:13 | iter.next(23) |
16021572
| tst.js:71:1:71:0 | this |
1603-
| tst.js:71:1:73:1 | 'arguments' object of function k |
16041573
| tst.js:71:1:73:1 | async f ... lysed\\n} |
16051574
| tst.js:71:1:73:1 | return of function k |
16061575
| tst.js:72:3:72:11 | await p() |
@@ -1613,7 +1582,6 @@ sources
16131582
| tst.js:85:11:85:28 | ( for (v of o) v ) |
16141583
| tst.js:87:1:96:2 | (functi ... r: 0\\n}) |
16151584
| tst.js:87:2:87:1 | this |
1616-
| tst.js:87:2:92:1 | 'arguments' object of anonymous function |
16171585
| tst.js:87:2:92:1 | functio ... + z;\\n} |
16181586
| tst.js:87:2:92:1 | return of anonymous function |
16191587
| tst.js:87:11:87:24 | { p: x, ...o } |
@@ -1624,7 +1592,6 @@ sources
16241592
| tst.js:92:4:96:1 | {\\n p: ... r: 0\\n} |
16251593
| tst.js:98:1:103:17 | (functi ... 3, 0 ]) |
16261594
| tst.js:98:2:98:1 | this |
1627-
| tst.js:98:2:103:1 | 'arguments' object of anonymous function |
16281595
| tst.js:98:2:103:1 | functio ... + z;\\n} |
16291596
| tst.js:98:2:103:1 | return of anonymous function |
16301597
| tst.js:98:11:98:24 | [ x, ...rest ] |
@@ -1634,7 +1601,6 @@ sources
16341601
| tst.js:101:7:101:7 | z |
16351602
| tst.js:103:4:103:16 | [ 19, 23, 0 ] |
16361603
| tst.js:107:2:107:1 | this |
1637-
| tst.js:107:2:113:1 | 'arguments' object of anonymous function |
16381604
| tst.js:107:2:113:1 | functio ... v2c;\\n} |
16391605
| tst.js:107:2:113:1 | return of anonymous function |
16401606
| tst.js:108:7:108:9 | v1a |

0 commit comments

Comments
 (0)