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

Avoid calling out to public API in the QtScript implementation

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P1: Critical
    • 4.7.0
    • None
    • Qt Script
    • None
    • d5af42b1b7d792188c689d5425493756f2dcb79e

    Description

      The implementation is currently constructing QScriptValues to perform value conversion (e.g. QVariant --> QScriptValue --> JSC::JSValue) and various other operations. It should operate on JSC::JSValue directly instead, to avoid the overhead of QScriptValue construction.

      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