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