aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reserve a double slot for accessor propertiesLars Knoll2014-03-071-2/+4
* Reduce memory usage for object literals with integral keysSimon Hausmann2014-02-161-2/+7
* Rename some filesLars Knoll2014-01-311-1/+1
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-4/+4
* Add a SimpleArrayData classLars Knoll2014-01-201-12/+6
* Allow assignment of a QML Locale object to a C++ QLocale property.Mitch Curtis2014-01-141-1/+4
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-2/+3
* Rework array handling for JS objectsLars Knoll2014-01-091-11/+15
* Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-061-3/+2
* Move array data into it's own structLars Knoll2014-01-031-8/+8
* Use qCpuHasFeature because the check can be optimized out of existenceThiago Macieira2013-12-101-1/+1
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* For x86 builds, try to detect SSE2 availability early and bail outSimon Hausmann2013-11-091-0/+7
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Smaller cleanupsLars Knoll2013-10-111-13/+25
* Remove more direct usages of Managed pointersLars Knoll2013-10-111-3/+3
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-4/+3
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-5/+5
* Remove Value::fromString()Lars Knoll2013-09-281-2/+2
* Remove more direct QV4::Value usageLars Knoll2013-09-281-2/+2
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-281-9/+13
* Convert more methods in QV8EngineLars Knoll2013-09-261-11/+19
* Move more API over to use ValueRefLars Knoll2013-09-261-84/+89
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-6/+8
* Fix Persistent/WeakValue APILars Knoll2013-09-261-5/+10
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-8/+12
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-2/+4
* Add a Safe<T> class and start using itLars Knoll2013-09-221-1/+3
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-2/+1
* Further work towards an exact GCLars Knoll2013-09-221-4/+6
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-11/+14
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-7/+7
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-88/+81
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-5/+14
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+5
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-101-0/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-2/+4
* Move the JS Api into it's own folderLars Knoll2013-08-081-1/+1
* Fix qqmlecmascript::sequenceConversionThreads with aggressive GCSimon Hausmann2013-07-011-4/+4
* Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-281-2/+3
* Remove the context argument from Managed::callLars Knoll2013-06-221-1/+1
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-1/+1
* Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-2/+2
* Fix conversion of variantlists to ArrayObjectsLars Knoll2013-06-211-1/+3
* Fix some bugs related to QJSValueLars Knoll2013-06-141-1/+1