aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Use the new construction scheme for RegExpObjectsLars Knoll2015-09-221-30/+20
* CleanupLars Knoll2015-09-151-6/+6
* CleanupsLars Knoll2015-09-151-2/+2
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-7/+6
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-5/+5
* Move constructor objects onto the js stackLars Knoll2015-04-241-7/+7
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-3/+3
* Use Heap::Pointer in more placesLars Knoll2015-04-241-4/+4
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-6/+6
* Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-5/+5
* CleanupsLars Knoll2015-01-231-3/+3
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-7/+0
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-2/+2
* Fix a harmless valgrind warning in RegExpObjectJocelyn Turcotte2015-01-131-1/+1
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-2/+2
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-2/+2
* Add default parameter value for ExecutionEngine::newString()Oleg Shparber2014-12-121-2/+2
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-5/+5
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-2/+2
* Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-0/+1
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-7/+6
* Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-2/+2
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-2/+2
* Use heap objects in the remaining managed objectsLars Knoll2014-11-121-14/+15
* Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-2/+2
* Move more Data members over to the Heap namespaceLars Knoll2014-11-081-14/+14
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-3/+3
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-2/+2
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-8/+8
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-6/+6
* Remove some unneeded reinterpret_cast'sLars Knoll2014-11-041-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-8/+8
* Convert regexpsLars Knoll2014-07-221-24/+32
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Remove the less often used Ref classesLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-2/+2
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-23/+23
* Convert RegexpObject to new storage schemeLars Knoll2014-07-221-18/+18
* Convert RegExp and RegExpObject to new data layoutLars Knoll2014-07-221-48/+50
* Move object data into internal structureLars Knoll2014-07-221-2/+2