Fix String.prototype.slice with boundary values
authorSimon Hausmann <simon.hausmann@digia.com>
Tue, 22 Jan 2013 12:52:13 +0000 (13:52 +0100)
committerLars Knoll <lars.knoll@digia.com>
Tue, 22 Jan 2013 14:12:54 +0000 (15:12 +0100)
commit0ae152e7f909835b825b2bbc9380109a58aeab88
tree4d32bb41e2ad41b841e4f232c0ef6778cf4f4a7d
parent2d229fc60ea417f2857366556bdf823fc908b2e8
Fix String.prototype.slice with boundary values

The bounding must be done on doubles to be spec compliant.

Change-Id: Ic4a0311893680ca3855fe83e5075f65b05a26abf
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qv4stringobject.cpp
tests/TestExpectations