match-all.js 344 B

12345678
  1. 'use strict';
  2. require('../../modules/es.object.to-string');
  3. require('../../modules/es.regexp.exec');
  4. require('../../modules/es.symbol.match-all');
  5. require('../../modules/es.string.match-all');
  6. var WrappedWellKnownSymbolModule = require('../../internals/well-known-symbol-wrapped');
  7. module.exports = WrappedWellKnownSymbolModule.f('matchAll');