RESOLVED INVALID 94691
[Qt] Conversion between Qt array types and JavaScript could be improved
https://bugs.webkit.org/show_bug.cgi?id=94691
Summary [Qt] Conversion between Qt array types and JavaScript could be improved
Simon Hausmann
Reported 2012-08-22 04:15:07 PDT
The current code for converting a QVariant list type to a JS array involves converting each element. This could be implemented more efficiently by introducing a dedicated array class/type that converts the elements lazily on-demand.
Attachments
Allan Sandfeld Jensen
Comment 1 2012-11-11 09:49:56 PST
I wouldn't even call it a lazy conversion. What we are missing is essentially a Qt wrapper for JSValues, a QtWebKit version of QJSValue. Btw, this bug probably also blocks bug #39717
Note You need to log in before you can comment on or make changes to this bug.