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

Function.prototype.{connect,disconnect} should be non-enumerable

    XMLWordPrintable

Details

    • 46af4afe0cfd3afddfe204913b5012be7369870f

    Description

      QtScript & QML add connect and disconnect properties to the built-in Function.prototype.
      Currently these properties are enumerable, i.e. they show up in for-in statements.
      That's not good. The properties should be non-enumerable, just like the standard Function.prototype properties.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kenthans Kent Hansen (Inactive)
            kenthans Kent Hansen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes