File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,12 +173,12 @@ downloaded NPM packages.
173
173
| Occurrences | Method |
174
174
| ----------: | ----------- |
175
175
| 1,016,503 | ` .map ` |
176
+ | 701,169 | ` .push ` |
176
177
| 315,922 | ** ` .call ` ** |
177
178
| 271,915 | ` console.log ` |
178
179
| 182,292 | ` .slice ` |
179
180
| 170,248 | ` .bind ` |
180
181
| 168,872 | ` .set ` |
181
- | 70,116 | ` .push ` |
182
182
183
183
These results suggest that usage of ` .call ` is comparable to usage of other
184
184
frequently used standard functions. In this dataset, its usage exceeds even
@@ -237,7 +237,7 @@ slim.topcode.1000.txt.lz4
237
237
> ./search.topcode.sh ' \.set\b' | awk ' END { print NR }'
238
238
168872
239
239
> ./search.topcode.sh ' \.push\b' | awk ' END { print NR }'
240
- 70116
240
+ 701169
241
241
```
242
242
243
243
Note that, for ` .call ` , we use ` grep ` to exclude several irrelevant occurrences
You can’t perform that action at this time.
0 commit comments