aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove now unused filesLars Knoll2017-06-301-1/+1
* Don't use the ISel's anymoreLars Knoll2017-06-221-1/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-1/+1
|\
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-1/+9
* | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-1/+1
* | Refactor how we define Heap objectsLars Knoll2017-03-091-6/+6
* | New mark table implementationLars Knoll2017-03-091-13/+16
|/
* Convert more builtin functionsLars Knoll2017-01-251-9/+9
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+4
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-2/+2
* 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