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