Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
JSTests
/
microbenchmarks
/
object-literal-underscore-proto-setter.js
blob: 5950ad1978d359c47989bcdba6fb0e7704985081 [
file
] [
log
] [
blame
]
var
obj
,
arr
=
[];
for
(
var
i
=
0
;
i
<
1e5
;
++
i
)
{
obj
=
{
__proto__
:
null
};
obj
=
{
__proto__
:
arr
};
obj
=
{
__proto__
:
obj
};
}