Sign in
webkit
/
WebKit
/
bae6de7a3a43badb724a7474fd61aa32066dcf33
/
.
/
Source
/
JavaScriptCore
/
tests
/
es6
/
Math_methods_Math.cbrt.js
blob: 02c83d2606d98166b5670f966553487c8bb4af72 [
file
] [
log
] [
blame
]
function
test
()
{
return
typeof
Math
.
cbrt
===
"function"
;
}
if
(!
test
())
throw
new
Error
(
"Test failed"
);