String#matchAll.

class String {
  matchAll(regexp: RegExp): Iterator;
}

CommonJS entry points

core-js/proposals/string-match-all