Sign in
webkit
/
WebKit
/
32c72b34dec7bc7ae0fc8b6222c23cdb06e5393c
/
.
/
JSTests
/
microbenchmarks
/
is-not-cell-speculation-for-empty-value.js
blob: 88ce8fce3db1dcd2769468a1ae31dc93de70ce2a [
file
] [
log
] [
blame
]
class
Foo
extends
Object
{
constructor
()
{
super
();
let arrow
=
()
=>
{
this
.
foo
=
20
;
};
this
.
arrow
=
arrow
;
}
}
noInline
(
Foo
);
for
(
let i
=
0
;
i
<
400000
;
++
i
)
new
Foo
();