Implement String.prototype.match
authorLars Knoll <lars.knoll@digia.com>
Thu, 17 Jan 2013 22:03:07 +0000 (23:03 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 18 Jan 2013 12:38:34 +0000 (13:38 +0100)
commite7c3516dc4a5b49029b775f8a52a893bda1dbb03
tree265a0f0433a1bb36c48409d1a9876b1d6c90d3a7
parent0dd52c91a2ed0c56f3660ec7d9d618a748fbbc25
Implement String.prototype.match

The implementation is not very performant, as it simply
is a straight implementation of the standard using
RegExpObject. In the long term this should probably
use a RegExp directly instead.

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