()
| 29 | |
| 30 | function getTwoByteString() { return "\u1234t"; } |
| 31 | function getCons() { return "testtesttesttest" + getTwoByteString() } |
| 32 | |
| 33 | var slowIndex1 = { valueOf: function() { return 1; } }; |
| 34 | var slowIndex2 = { toString: function() { return "2"; } }; |
no test coverage detected