Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
4.6.0
-
None
Description
With the following program:
QScriptEngine eng; qWarning() << eng.pushContext()->activationObject().toString(); qWarning() << eng.hasUncaughtException();
the result with Qt 4.5 is "activation", "false".
The result with Qt 4.6 is "TypeError: No default value", "true".
Attachments
Issue Links
- is required for
-
QTBUG-16571 Resolve QtScript behavior that reflects implementation of old ("classic") back-end
-
- Closed
-