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