Fixes false positives from commit 445552d3b53ec9592e8e3892cb337d1004b6a432

This commit is contained in:
Napalys
2024-11-07 10:03:54 +01:00
parent 4106663d89
commit 449cee91c8
2 changed files with 1 additions and 19 deletions

View File

@@ -193,7 +193,7 @@ module MembershipCandidate {
or
// u.match(/re/) or u.match("re")
base = this and
m = "match" and
m = ["match", "matchAll"] and
enumeration = RegExp::getRegExpFromNode(firstArg)
)
}