V6.x crash with holes following spreads in array literals

  • Version: 6.10.1
  • Platform: Linux
  • Subsystem: V8

Repro: node -e "var arr = [...[],,]; arr[0][0];"

Fix: v8/v8@e427300
I found this while investigating #11977