aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-4/+4
* | Get rid of Value::engine()Lars Knoll2015-01-121-2/+2
* | Get rid of subtype usage in Function objectsLars Knoll2015-01-121-1/+0
* | Get rid of the bindingKeyFlagLars Knoll2015-01-121-1/+1
* | Cleanup variant conversion codeLars Knoll2015-01-091-11/+11
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-11/+11
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-1/+1
* | Get rid of more uses of QV8EngineLars Knoll2015-01-081-30/+28
* | Further reduce v8engine dependenciesLars Knoll2015-01-081-14/+10
* | The property() calls in the proeprty cache only require a QJSEngine nowLars Knoll2015-01-081-2/+2
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* | Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* | Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-2/+2
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-5/+5
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-8/+6
* | Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-1/+1
* | Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-1/+1
* | Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-231-51/+79
* | Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-231-6/+4
* | 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-31/+4
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-6/+6
* | Fix the way we set the property name during iterationLars Knoll2014-12-201-6/+6
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-3/+6
* | Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-5/+7
* | Simplify calling methods on value typesSimon Hausmann2014-12-131-5/+3
* | Fix QQmlPropertyCache population with gadgetsSimon Hausmann2014-12-121-1/+3
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-4/+4
* | Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-3/+3
* | Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+5
* | Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-2/+2
* | Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-211-18/+17
* | Get rid of one PersistentValue usageSimon Hausmann2014-11-201-2/+7
* | Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* | Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-2/+8
* | Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-2/+4
* | Use Heap namespace for data of QObjectWrapper related classesLars Knoll2014-11-081-4/+4
* | Move more Data members over to the Heap namespaceLars Knoll2014-11-081-2/+2
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-3/+3
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-10/+10
|/
* Get rid of !this and similar constructsLars Knoll2014-10-311-3/+7
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-5/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-1/+13