Implement RegExp.prototype.compile
authorLars Knoll <lars.knoll@digia.com>
Mon, 21 Jan 2013 17:43:03 +0000 (18:43 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 21 Jan 2013 18:20:52 +0000 (19:20 +0100)
commitd265df4608542f4ca1e8f2ef756cca930bb55d2a
treec65f6069ab23bc0ebb64674638ef48a315088781
parent6b69c29d802d2b9e3732fbffdcc73c1c12c67d6b
Implement RegExp.prototype.compile

This method is a non standard extension, but supported by
all engines, and even used in the test suite.

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