Sign in
webkit
/
WebKit
/
c7500a529530d66baa50b62ff491703b4850f1d6
/
.
/
PerformanceTests
/
SixSpeed
/
tests
/
spread
/
spread.es6
blob: 95ee937d2494f441c2e8ab84bbb75fbefda75dee [
file
] [
log
] [
blame
]
function
fn
()
{
return
Math
.
max
(...[
1
,
2
,
3
]);
}
assertEqual
(
fn
(),
3
);
test
(
fn
);