JS: Add: Use of returnless function support for findLast and findLastIndex

This commit is contained in:
Napalys
2024-11-15 14:44:25 +01:00
parent 7250099f6c
commit a28fc8e772
3 changed files with 5 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ predicate hasNonVoidCallbackMethod(string name) {
name =
[
"every", "filter", "find", "findIndex", "flatMap", "map", "reduce", "reduceRight", "some",
"sort"
"sort", "findLastIndex", "findLast"
]
}