Sign in
webkit
/
WebKit
/
14cb98a360e661c1b39a648e8ccc3be2e2757789
/
.
/
JSTests
/
stress
/
immutable-butterfly-to-string-cache-should-not-happen-for-generic-join.js
blob: 9322356dfcca8b3f1915ec6dd3348a43ce0520f1 [
file
] [
log
] [
blame
]
let x
=
{
__proto__
:
Object
,
};
function
foo
()
{
Object
.
defineProperty
(
Object
,
0
,
{});
}
let o
=
{
toString
:
foo
};
delete
{}[[...[
o
]]];