Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
termination-error-in-private-name.js
blob: 600bab0ffb530d52367e3ca536f813a7ea3a076f [
file
] [
edit
]
//@ runDefault("--watchdog=2", "--watchdog-exception-ok")
class
C
{
#
field
;
constructor
()
{
gc
();
#
field in
this
;
}
}
for
(
let i
=
0
;
i
<
1000
;
i
++)
{
new
C
();
}