blob: 1ca279ef75028e40d6bfc2b04459d9e794ea9f47 [file] [log] [blame]
require('../../modules/es6.regexp.match');
var MATCH = require('../../modules/_wks')('match');
module.exports = function (it, str) {
return RegExp.prototype[MATCH].call(it, str);
};