Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
ftl-materialize-new-array-buffer.js
blob: 03032152c8ba4bd8ec7899bc1df6c00bed6da111 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
const
object
=
{};
function
opt
()
{
return
Object
.
keys
(
object
);
}
for
(
let i
=
0
;
i
<
testLoopCount
;
i
++)
opt
();
const
tmp
=
new
Array
();