aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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