summaryrefslogtreecommitdiffstats
path: root/src/script
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-18 09:06:36 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-18 09:06:36 (GMT)
commit4d92ed2203ced87802e3e91e530209619d7d2e71 (patch)
tree53f7389b6c4d3d7786a065e5c5b5d6f3576ed3aa /src/script
parent0191608870c11db956ddc1725055bc7baf33cb39 (diff)
downloadQt-4d92ed2203ced87802e3e91e530209619d7d2e71.zip
Qt-4d92ed2203ced87802e3e91e530209619d7d2e71.tar.gz
Qt-4d92ed2203ced87802e3e91e530209619d7d2e71.tar.bz2
add a test for comparing Q{Object,Variant} wrappers from script
In the old back-end, this worked because we extended the ECMA comparison algorithm to treat QObject and QVariant wrappers specially. Instead of comparing the script objects (which would always fail), we compared the wrapped values (which could be the same in both wrappers). In the new JSC-based back-end this currently fails. We would have to add a hack (QtScript-specific ifdef) to JSC in order to support it.
Diffstat (limited to 'src/script')
0 files changed, 0 insertions, 0 deletions