Sign in
webkit
/
WebKit
/
a9c91ce2c5aea1dcbb1791839037fd37c48643d1
/
.
/
JSTests
/
stress
/
suppress-TerminationException-in-operationGetPrivateNameOptimize.js
blob: 3ace7708c10dedf5ad1708326b375d2af3e95437 [
file
] [
log
] [
blame
]
//@ runDefault("--watchdog=100", "--watchdog-exception-ok")
class
Foo
{
#
x
;
constructor
()
{
gc
();
try
{
Object
.#
x
();
}
catch
(
e
)
{
}
}
}
while
(
1
)
{
new
Foo
();
}