aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move Managed data into it's own subclassLars Knoll2014-07-221-2/+2
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-7/+2
* Small optimization to RegExpLars Knoll2014-03-181-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-2/+2
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-3/+3
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+1
* Rename Referenced to ManagedRefLars Knoll2014-02-071-1/+1
* CleanupsLars Knoll2014-01-311-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-241-2/+91
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-2/+91
| |\
| | * Add support for deprecated RegExp (constructor) propertiesSimon Hausmann2014-01-201-2/+91
* | | Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-1/+1
|/ /
* | Split ManagedVTable into two classesLars Knoll2014-01-211-5/+5
* | Add a SimpleArrayData classLars Knoll2014-01-201-1/+0
* | Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-3/+2
* | Rework array handling for JS objectsLars Knoll2014-01-091-2/+4
* | Move array data into it's own structLars Knoll2014-01-031-2/+2
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-031-1/+1
|/
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Optimise string additionsLars Knoll2013-11-051-3/+5
* Refactor marking GC'ed objectsLars Knoll2013-11-051-3/+3
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-10/+11
* Protect write accesses to objectsLars Knoll2013-10-291-0/+4
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-6/+6
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-151-3/+4
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+3
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-5/+6
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-2/+3
* Fix API for Object::define*PropertyLars Knoll2013-09-281-6/+9
* Remove Value::fromString()Lars Knoll2013-09-281-2/+2