Number/Boolean.prototype.toString() also accept matching primitive values
authorLars Knoll <lars.knoll@digia.com>
Sun, 27 Jan 2013 21:31:28 +0000 (22:31 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 28 Jan 2013 12:07:52 +0000 (13:07 +0100)
commit4af0acd57febb0c07a912268f24218d5ca2ee7ec
tree473c2778c25e713f6b68f06bafa7a986b89f7fb2
parentdb10aa3906b9740cdf64854945842ed3c9e978d0
Number/Boolean.prototype.toString() also accept matching primitive values

These methods also accept matching (ie. booleans or numbers) primitives
as this argument.

Change-Id: Ib31cadd46d327381abf02847ae35e7be05715f84
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qv4booleanobject.cpp
qv4numberobject.cpp