Sign in
webkit
/
WebKit
/
e767106e7a06fdacec6838307e9a44bbff73461a
/
.
/
JSTests
/
stress
/
dont-pass-DontBuildStrings-when-building-empty-arguments-list.js
blob: 50e78ea5b01c09298f2fee70e216961902b2e5e6 [
file
] [
log
] [
blame
]
// This should not crash the parser.
function
main
()
{
class
a
{
g
=
[].
toString
()
'a'
(){}
}
}