Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
JSTests
/
stress
/
ensure-code-block-is-not-precise-allocation.js
blob: 430a137ec6c1575d37d1173aa20488fd014c096c [
file
] [
log
] [
blame
]
//@ slow!
// Does not crash.
function
foo
()
{
+
new
Proxy
({},
{
get
:
foo
});
}
for
(
let i
=
0
;
i
<
500
;
i
++)
{
new
Promise
(
foo
);
const
a0
=
[];
const
a1
=
[
0
];
}