Details
-
Bug
-
Resolution: Invalid
-
P4: Low
-
4.6.0
-
None
Description
QScriptEngine engine;
QScriptValue global = engine.globalObject();
engine.evaluate("this_proto_ =
");
qDebug() << global.property("a").toString(); // prints an empty string rather than value of 'a'
This is a regression from 4.5.
Attachments
Issue Links
- is required for
-
QTBUG-16571 Resolve QtScript behavior that reflects implementation of old ("classic") back-end
-
- Closed
-