Sign in
webkit
/
WebKit
/
5ee98c8883ab121686764809a2752a0eb41e4c7c
/
.
/
JSTests
/
microbenchmarks
/
string-concat-long.js
blob: d805e9bc382f70228a1ee0ed77defa079543a588 [
file
] [
log
] [
blame
]
function
test
(
a
,
b
,
c
,
d
,
e
)
{
return
a
.
concat
(
b
,
c
,
d
,
e
);
}
noInline
(
test
);
for
(
var
i
=
0
;
i
<
1e6
;
++
i
)
test
(
"Cocoa"
,
"Cappuccino"
,
"Matcha"
,
"Rize"
,
"Kilimanjaro"
);