blob: 4adc913e4a5a9d0b41051821560bc252dc2d79d0 [file] [log] [blame]
require('../../modules/es.string.search');
var wellKnownSymbol = require('../../internals/well-known-symbol');
var SEARCH = wellKnownSymbol('search');
module.exports = function (it, str) {
return RegExp.prototype[SEARCH].call(it, str);
};