DIR: /proc/self/root/usr/share/nodejs/core-js/internals/ |
Current File : //proc/self/root/usr/share/nodejs/core-js/internals/not-a-regexp.js |
var isRegExp = require('../internals/is-regexp'); var $TypeError = TypeError; module.exports = function (it) { if (isRegExp(it)) { throw $TypeError("The method doesn't accept regular expressions"); } return it; }; |