Sign in
webkit
/
WebKit
/
eed77a11249751f1b57a22699bda54381a2f6123
/
.
/
JSTests
/
stress
/
object-freeze-with-arguments-no-oom-error.js
blob: 2fe65068e07266cf459576621cb63e330884157d [
file
] [
log
] [
blame
]
function
foo
(
a
)
{
Object
.
freeze
(
arguments
);
}
let s
=
[
0.1
].
toLocaleString
().
padEnd
(
2
**
31
-
1
,
'ab'
);
foo
(
s
);