Sign in
webkit
/
WebKit
/
228632c60f167d286f9b953b55cdcba950fbad5b
/
.
/
JSTests
/
microbenchmarks
/
array-push-0.js
blob: 77bcdd1006dc4e2d73768fd31992e83433d0a365 [
file
] [
log
] [
blame
]
function
arrayPush0
()
{
var
ret
=
[
1
];
ret
.
push
();
return
ret
;
}
noInline
(
arrayPush0
);
for
(
var
i
=
0
;
i
<
1e7
;
++
i
)
arrayPush0
();