aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4stringobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-5/+5
* | 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-2/+2
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-1/+1
* | Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-3/+3
* | Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-7/+7
* | Use heap objects in the remaining managed objectsLars Knoll2014-11-121-3/+5
* | Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-1/+1
* | Move more Data objects into the Heap namespaceLars Knoll2014-11-091-6/+6
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-4/+4
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-6/+6
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-21/+15
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-2/+2
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-5/+5
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-72/+72
* Convert StringObject to new storage layoutLars Knoll2014-07-221-17/+17
* Convert RegExp and RegExpObject to new data layoutLars Knoll2014-07-221-11/+11
* Move object data into internal structureLars Knoll2014-07-221-1/+1
* 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-2/+2
* Android: Fix crash in String.replace() in release buildsv5.3.0-rc1Eskil Abrahamsen Blomfeldt2014-05-051-4/+7
* Small fixesLars Knoll2014-03-251-4/+5
* Cleanup our runtime methodsLars Knoll2014-03-111-2/+2
* Fix copying of Property'sLars Knoll2014-03-101-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-5/+5
* Save memory on array dataLars Knoll2014-01-201-1/+1
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-6/+6
* Rework array handling for JS objectsLars Knoll2014-01-091-12/+18
* Move array data into it's own structLars Knoll2014-01-031-1/+1
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-3/+1
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-5/+5
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+3
* Simplify & speed up function callingLars Knoll2013-11-091-20/+20
* Optimise string additionsLars Knoll2013-11-051-2/+4
* Refactor marking GC'ed objectsLars Knoll2013-11-051-4/+4
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-5/+5
* Protect write accesses to objectsLars Knoll2013-10-291-2/+3
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-5/+39
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+8
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+2
* Remove some more QV4::Value usagesLars Knoll2013-09-301-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-7/+12
* Remove Value::fromString()Lars Knoll2013-09-281-24/+26