Fix Object.prototype.isPrototypeOf()
authorLars Knoll <lars.knoll@digia.com>
Thu, 13 Dec 2012 00:15:44 +0000 (01:15 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Wed, 12 Dec 2012 23:00:05 +0000 (00:00 +0100)
commitc267edf74b5e8fba75e2191dc70aeb11f11edce0
tree69f10af981686bc9d768202ee103406cad533ff2
parentc28f8c7b409fdd7214bb721c4192374786ec682f
Fix Object.prototype.isPrototypeOf()

Implement the method according to spec (15.2.4.6)

Change-Id: I84b943366dcb1048966d4ae2f60bcbf01c99e7ea
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qv4ecmaobjects.cpp