aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-1/+1
|\|
* | Beginning of a new qml parserSimon Hausmann2013-09-081-0/+14
|/
* Fix crashes when running tst_qqmlecmascript::importScripts with aggressive gcSimon Hausmann2013-09-021-0/+1
* Add reference counting to the VM functionsSimon Hausmann2013-08-121-0/+1
* Restructure source codeLars Knoll2013-08-081-0/+88