search.js 243 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 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); };