aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-091-5/+9
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-081-16/+0
* Create less BindingWrappersLars Knoll2015-08-251-4/+0
* Remove unused pointer to the context wrapperLars Knoll2015-08-201-2/+0
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-3/+3
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-2/+2
* Add some typesafetyLars Knoll2015-06-181-2/+2
* Clean up ExecutionContext's for QMLLars Knoll2015-06-181-3/+2
* Make QV4::Script GC safeLars Knoll2015-06-171-4/+3
* Store rootcontext in a GC safe wayLars Knoll2015-06-171-1/+1
* Use Heap::Pointer in more placesLars Knoll2015-04-241-4/+2
* More cleanupsLars Knoll2015-04-211-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-1/+1
* Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-081-1/+6
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-10/+23
* Encapsulate accesses to the root contextLars Knoll2014-12-111-1/+1
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-2/+0
* Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-2/+2
* Store Heap objects in the qml binding wrapperLars Knoll2014-11-121-3/+3
* Move more Data members over to the Heap namespaceLars Knoll2014-11-081-8/+12
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-3/+3
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Add support for conditional breakpoints and evaluate.Erik Verbruggen2014-08-081-0/+24
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-5/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* New construction scheme for the binding wrapperLars Knoll2014-07-221-4/+3
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-6/+6
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert the QML Binding wrapper to new data storageLars Knoll2014-07-221-5/+13
* Rework custom parser integrationSimon Hausmann2014-06-041-1/+1
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-1/+1
* Fix compilation of script stringsSimon Hausmann2014-04-021-0/+4
* Clean up script importsSimon Hausmann2014-03-191-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-3/+1
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-0/+6
* Remove some uses of raw Object pointersLars Knoll2013-09-301-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-3/+3
* [new compiler] Fix function and binding expression setupSimon Hausmann2013-09-201-0/+4
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-4/+4
|\
| * Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+1
| * Convert more methods to use ReturnedValueLars Knoll2013-09-181-2/+2