Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function testStringResolve() {
3 for each (let d in [new String('q'), new String('q'), new String('q')]) {
4 if (("" + (0 in d)) === "true")
9 assertEq(testStringResolve(), 3);