Sign in
webkit
/
WebKit
/
6659f04ec3bbff1621ccf44eba2b60efe2e7781c
/
.
/
JSTests
/
es6
/
RegExp.prototype.compile.js
blob: 756f4c299cec0b87d6b1bb906b99734ab337e0bc [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
RegExp
.
prototype
.
compile
===
'function'
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);