Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
regexp-constructor-input-stack-overflow.js
blob: 3b276fab26e77277c3338bb77467a62970dd684b [
file
] [
log
] [
blame
] [
edit
]
try
{
new
(
function
()
{
/x/
.
constructor
.
input
=
/x/
.
constructor
;
this
.
constructor
();
});
}
catch
(
e
)
{
if
(!(
e instanceof
RangeError
))
throw
e
;
}