aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move CallData onto the JS stackLars Knoll2013-09-111-5/+6
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-4/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-5/+4
* change calling convention for JS function callsLars Knoll2013-09-021-5/+5
* Fix compilation with MSVC 2008 (and prospective Windows CE build fix)Simon Hausmann2013-08-221-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+651