mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
JS: Add: Use of returnless function support for findLast and findLastIndex
This commit is contained in:
@@ -114,7 +114,7 @@ predicate hasNonVoidCallbackMethod(string name) {
|
||||
name =
|
||||
[
|
||||
"every", "filter", "find", "findIndex", "flatMap", "map", "reduce", "reduceRight", "some",
|
||||
"sort"
|
||||
"sort", "findLastIndex", "findLast"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user