Implement Array.prototype.every/some/forEach
authorLars Knoll <lars.knoll@digia.com>
Thu, 17 Jan 2013 20:19:53 +0000 (21:19 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Thu, 17 Jan 2013 21:39:01 +0000 (22:39 +0100)
commit13a77fd6726a3ea0e53635ddc922059a1997d9bc
tree380c28bb7ae2496e2714504917601c9886006d4c
parent4a30de5fd0b28d7b1c529e8fc16275fb91a3e2db
Implement Array.prototype.every/some/forEach

The old implementations of these methods were pretty broken.
These fix 99% of the test failures related to these methods.

Change-Id: I09d45411c85252a9ac7db8dccc644d51b3a31503
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qv4ecmaobjects.cpp
tests/TestExpectations