Sign in
webkit
/
WebKit
/
ba185f33ea04d42647d419285be42e2f7c244fee
/
.
/
JSTests
/
stress
/
8bit-resolve-can-encounter-16bit-string.js
blob: f489acade81246d8538882a2e145e3f28a666e58 [
file
] [
log
] [
blame
]
function
foo
()
{
const
s0
=
''
.
padStart
(
2049
,
()=>{});
const
s1
=
s0
.
padStart
(
2050
);
(
0
)[
s0
];
s1
[
0
];
}
const
s2
=
[
10
,
foo
].
toLocaleString
();
const
s3
=
eval
(
s2
);
s3
();
foo
();