aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Smaller cleanupLars Knoll2017-03-091-2/+2
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-17/+11
* | Add a set() method to HeapValue as wellLars Knoll2017-03-091-2/+2
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-7/+8
* | New mark table implementationLars Knoll2017-03-091-18/+0
|/
* Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-151-1/+1
* Convert more builtin functionsLars Knoll2017-01-251-52/+42
* Check pointers for 0 before calling mark on themLars Knoll2017-01-221-1/+2
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-6/+6
* Clean up some duplicated methodsLars Knoll2016-11-291-2/+2
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-6/+9
* QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-051-2/+2
* QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-281-2/+2
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-19/+30
* Scrape off some more allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-2/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Use the new construction scheme for RegExpObjectsLars Knoll2015-09-221-30/+20
* CleanupLars Knoll2015-09-151-6/+6
* CleanupsLars Knoll2015-09-151-2/+2
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-7/+6
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-5/+5
* Move constructor objects onto the js stackLars Knoll2015-04-241-7/+7
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-3/+3
* Use Heap::Pointer in more placesLars Knoll2015-04-241-4/+4
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-6/+6
* Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-5/+5
* CleanupsLars Knoll2015-01-231-3/+3
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-7/+0
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-2/+2
* Fix a harmless valgrind warning in RegExpObjectJocelyn Turcotte2015-01-131-1/+1
* 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