aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4stringobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Remove more direct QV4::Value usageLars Knoll2013-09-281-5/+6
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-281-2/+2
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-13/+13
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-34/+34
* Cleanups in qv4stringobjectLars Knoll2013-09-261-66/+49
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Fix some more methods to take ValueRef'sLars Knoll2013-09-221-7/+9
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-2/+2
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-11/+12
* Cleanup Object::define*Property APILars Knoll2013-09-221-23/+23
* Further work towards an exact GCLars Knoll2013-09-221-19/+21
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-8/+8