Sign in
webkit
/
WebKit
/
47b8206e2462d5a862fef65e142ae8764bd9b9e5
/
.
/
JSTests
/
stress
/
large-string-should-not-crash-error-creation.js
blob: a241f47821e5b094d7728f59ff6e0f76fc0b1327 [
file
] [
log
] [
blame
]
//@ skip if $memoryLimited
try
{
bar_693
=
'2.3023e-320'
;
foo_508
=
bar_693
.
padEnd
(
2147483620
,
1
);
var
newInstance
=
new
foo_508
(
1
,
2
);
}
catch
{
// Allocating this error shouldn't crash us.
}