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