blob: b34ecbd3511c1791dc9835106fba55bce55ea616 [file] [log] [blame]
function test() {
return typeof RegExp.prototype[Symbol.search] === 'function';
}
if (!test())
throw new Error("Test failed");