aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Simplify new construction schemeLars Knoll2015-09-221-0/+2
* Use the new construction scheme for RegExpObjectsLars Knoll2015-09-221-16/+9
* CleanupLars Knoll2015-09-151-1/+1
* Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Use Heap::Pointer in more placesLars Knoll2015-04-241-3/+3
* More cleanupsLars Knoll2015-04-211-3/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-5/+4
* Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-1/+0
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-1/+1
* Use heap objects in the remaining managed objectsLars Knoll2014-11-121-2/+2
* Move more Data members over to the Heap namespaceLars Knoll2014-11-081-26/+36
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move Data for Number/Boolean/ArrayObject into the HeapLars Knoll2014-11-081-1/+1
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-2/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-12/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-3/+3
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-2/+2
* Convert regexpsLars Knoll2014-07-221-9/+15
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Remove the less often used Ref classesLars Knoll2014-07-221-3/+1
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-2/+2
* Convert RegexpObject to new storage schemeLars Knoll2014-07-221-18/+27
* Convert RegExp and RegExpObject to new data layoutLars Knoll2014-07-221-7/+21
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+0
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+2
* Rename Referenced to ManagedRefLars Knoll2014-02-071-1/+1
* CleanupsLars Knoll2014-01-311-2/+2
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-0/+14
|\
| * Add support for deprecated RegExp (constructor) propertiesSimon Hausmann2014-01-201-0/+14
* | Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-031-0/+1
|/
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-151-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-3/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Optimize String.replace and RegExp.execLars Knoll2013-09-021-0/+5