The Symbol.matchAll
static data property represents the well-known symbol 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[Symbol.matchAll]()
and String.prototype.matchAll()
.