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

Inner functions should store whether they capture scripts

XMLWordPrintable

      For QTBUG-130575 ,  we need to ensure that closures still have access to scripts that were imported. However, that's only really needed if the closure captures them. In Runtime::Closure::call, that information is however not available, so we have to conservatively always reference the script array.

       

      That should be changed, by tracking access to script imports (probably in ScanFunctions).

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

            qtqmlteam Qt Qml Team User
            fabiankosmale Fabian Kosmale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes