aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-7/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-32/+28
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-7/+2
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-2/+2
* 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-12/+12
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert SequenceObject to new storage layoutLars Knoll2014-07-221-65/+74
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-1/+1
* Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-041-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-9/+9
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-10/+11
* Rework array handling for JS objectsLars Knoll2014-01-091-3/+3
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-2/+1
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-4/+3
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+4
* Protect write accesses to objectsLars Knoll2013-10-291-0/+3
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+3
* inline get_element callsLars Knoll2013-10-141-0/+2
* Fix the remaining objects against self destructionLars Knoll2013-10-111-0/+4
* Remove more direct usages of Managed pointersLars Knoll2013-10-111-7/+7
* Change exception handling APISimon Hausmann2013-10-021-1/+1
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-3/+3
* Fix compilation on Android with 4.8 toolchainLaszlo Agocs2013-10-011-0/+1
* Remove some more QV4::Value usagesLars Knoll2013-09-301-9/+9
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-19/+15
* Remove Value::fromString()Lars Knoll2013-09-281-2/+6
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-6/+6
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-9/+11
* Move more API over to use ValueRefLars Knoll2013-09-261-3/+6
* Convert putIndexed()Lars Knoll2013-09-221-14/+16
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-7/+7
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-8/+10
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-11/+11
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-3/+3
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+3
* Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-2/+4
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-2/+2