aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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