Sign in
webkit
/
WebKit
/
53c0a6bd89204da525ab0ecc516f8067861dc602
/
.
/
JSTests
/
stress
/
ensure-code-block-is-not-precise-allocation.js
blob: 9c96f99433af3e5f278b367eaa1b3b29411c18b9 [
file
] [
log
] [
blame
]
//@ if $architecture == "mips" then skip else slow! end
// Does not crash.
function
foo
()
{
+
new
Proxy
({},
{
get
:
foo
});
}
for
(
let i
=
0
;
i
<
500
;
i
++)
{
new
Promise
(
foo
);
const
a0
=
[];
const
a1
=
[
0
];
}