Sign in
webkit
/
WebKit
/
ff7d0633d03abf413813ca580d38def1102dae91
/
.
/
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"
);