aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fixup nInlinePropsLars Knoll2017-11-151-0/+2
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-2/+2
* Convert methods of RegExp to new calling conventionLars Knoll2017-11-131-10/+10
* Change signature for call/callAsConstructorLars Knoll2017-11-071-2/+2
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-4/+4
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-4/+4
| |\
| | * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-3/+3
* | | Optimize String.match()Lars Knoll2017-09-151-0/+2
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-9/+9
* | | Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* | | Move the Runtime codegen into it's own fileLars Knoll2017-07-031-1/+0
* | | 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