Sign in
webkit
/
WebKit
/
18eafb7225658eb078fb4b435c7e6f4bc55edf7a
/
.
/
JSTests
/
stress
/
get-array-length-node-should-be-blessed-in-fixup.js
blob: bc98d5a8b5475f415730f0c4e98320b86667bde6 [
file
] [
log
] [
blame
]
function
foo
()
{
for
(
let i
=
0
;
i
<
10000
;
i
++)
{}
for
(
const
q of
Array
.
prototype
)
{}
}
for
(
let i
=
0
;
i
<
1000
;
i
++)
{
foo
();
}