Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
JSTests
/
stress
/
regress-191993.js
blob: bb625691f660012b8dc5d902628e9189043e0f33 [
file
] [
log
] [
blame
]
function
foo
(
o
)
{
return
o
.
r
.
input
;
}
noInline
(
foo
);
Object
.
assign
({},
RegExp
);
for
(
let i
=
0
;
i
<
10000
;
i
++)
foo
({
r
:
RegExp
});
let input
=
foo
({
r
:
RegExp
});
if
(
typeof
input
!==
"string"
)
throw
"FAILED"
;