haikuwebkit/JSTests/es6/RegExp.prototype.compile.js

10 lines
130 B
JavaScript

function test() {
return typeof RegExp.prototype.compile === 'function';
}
if (!test())
throw new Error("Test failed");