match-all.js 330 B

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