Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-17640 Fix autotest failures for V8-based QtScript back-end
  3. QTBUG-17667

XFAIL : tst_QScriptEngine::getSetGlobalObject() __defineGetter__ and co. does not work on the objects that have an interceptor

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Invalid
    • P2: Important
    • None
    • Qt Script
    • None

    Description

      If we set a custom global object, we can't define getter/setter properties on it. That's too bad. What actually happens? How is the property written to our proxy object when _defineGetter_() is called? Can't we get the descriptor of the property and see that it's a getter/setter property, and delegate to it from our interceptor?

      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:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes