Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
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.
}