Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-37506

JavaScript array concat() crashes when called on empty array

    XMLWordPrintable

Details

    • 156508dbc058e8d43106afb19d1dee50f5d65b93 (qtdeclarative)

    Description

      The following code causes a crash:

      var a = [];
      var b = [1];
      var c = a.concat(b);
      

      Attachments

        For Gerrit Dashboard: QTBUG-37506
        # Subject Branch Project Status CR V

        Activity

          People

            shausman Simon Hausmann
            che Carsten Henßinger
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes