The Symbol.matchAll
static data property represents the well-known symbol @@matchAll
. The String.prototype.matchAll()
method looks up this symbol on its first argument for the method that returns an iterator, that yields matches of the current object against a string.
For more information, see RegExp.prototype[@@matchAll]()
and String.prototype.matchAll()
.