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