aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Get rid of most uses of ValueRefLars Knoll2015-01-232-3/+3
* Rework QJSValue internalsLars Knoll2015-01-211-7/+5
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-3/+0
* Move vtable out of internalClassLars Knoll2015-01-201-1/+2
* Expose QStyleHints as Qt.styleHintsJ-P Nurmi2015-01-172-0/+8
* Fix Qt.inputMethod ownershipJ-P Nurmi2015-01-171-1/+0
* Refactor persistent valuesLars Knoll2015-01-161-3/+6
* Redirect console.info to new QtInfoMsgKai Koehne2015-01-152-2/+12
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* Get rid of the bindingKeyFlagLars Knoll2015-01-121-1/+0
* Cleanup variant conversion codeLars Knoll2015-01-091-27/+27
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-093-720/+27
* Make the remaining variant conversion methods staticLars Knoll2015-01-092-36/+37
* Remove most v8engine references in xhrLars Knoll2015-01-081-2/+2
* Remove v8engine dependency in the builtin functionsLars Knoll2015-01-081-4/+4
* Remove v8engine dependency from qqmllocaleLars Knoll2015-01-082-3/+2
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-082-7/+5
* Remove v8engine usage in the value type providerLars Knoll2015-01-081-4/+4
* Get rid of QV8Engine::toStringLars Knoll2015-01-082-8/+0
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-8/+3
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-035-5/+5
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-032-4/+4
* Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-022-2/+2
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-023-61/+48
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-023-46/+38
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-021-3/+15
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-1/+1
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-1/+0
* Further value type wrapper cleanupsSimon Hausmann2014-12-231-2/+2
* Cleanup: Fix value type wrapper class nameSimon Hausmann2014-12-231-3/+3
* Initial work on gadget supportSimon Hausmann2014-12-221-4/+4
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-202-4/+5
* Remove most of the places where getPointer() is usedLars Knoll2014-12-203-11/+11
* Fix build: include <qdatastream.h> before using QDataStreamThiago Macieira2014-12-191-0/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-2/+2
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* Better encapsulate access to the global objectLars Knoll2014-12-113-9/+9
* Cleanup destruction of heap objectsLars Knoll2014-11-211-4/+1
* Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-2/+2
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-1/+1
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-0/+2
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-1/+1
* Use heap objects in the remaining managed objectsLars Knoll2014-11-122-4/+5
* Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-1/+3
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-1/+1
* Move Data of the builtin functions to the Heap namespaceLars Knoll2014-11-082-72/+79
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-082-4/+4
* Move Object::Data into the Heap namespaceLars Knoll2014-11-082-4/+4