Sign in
webkit
/
WebKit
/
919aeb989a73073e2f1d75e53d7d882b3cc61ca8
/
.
/
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'
(){}
}
}