Details
-
Bug
-
Resolution: Invalid
-
P4: Low
-
None
-
4.6.0
-
None
-
Linux (Debian testing)
Description
For these scripts:
"'ciao'.toString()"
"(123).toString()"
"['s','a'].toString()"
"false.toString()"
"/a/.toString()"
The QScriptEngineAgent won't emit the funcitonEntry and the functionExit events for the toString() call, while for a similar scripts it will:
"String('ciao').toString()"
"Number(123).toString()"
"Array('s', 'a').toString()"
"Boolean(true).toString()"
"RegExp('a').toString()"
In Qt 4.5 both scripts versions had the same behavior.
Attachments
Issue Links
- is required for
-
QTBUG-16571 Resolve QtScript behavior that reflects implementation of old ("classic") back-end
-
- Closed
-