aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move more Data members over to the Heap namespaceLars Knoll2014-11-081-6/+6
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-2/+2
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-4/+4
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-6/+6
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-2/+2
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-9/+4
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-1/+1
|\
| * QML: parse .js files as JavaScript, not QML.Erik Verbruggen2014-09-051-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-21/+0
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-4/+0
* | Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* | Change the object allocation schemeSimon Hausmann2014-07-221-6/+6
* | Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-3/+3
* | Convert regexpsLars Knoll2014-07-221-14/+14
* | New construction scheme for the binding wrapperLars Knoll2014-07-221-24/+22
* | Convert delegate model and indexed builtin functionLars Knoll2014-07-221-1/+2
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-5/+5
* | Get rid of StringRefLars Knoll2014-07-221-1/+1
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-21/+21
* | Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-2/+2
* | 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-17/+23
* | Convert FunctionObject to new storage schemeLars Knoll2014-07-221-1/+1
* | Move data of FunctionObject into an inner structLars Knoll2014-07-221-7/+6
* | Move Managed data into it's own subclassLars Knoll2014-07-221-4/+4
* | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* | Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
|/
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-2/+2
* Fix 'missing header' compilation error (shadow build)Kai Koehne2014-04-031-1/+1
* Avoid recompiling of signal handlers defined in QtQuick state changes and Con...Simon Hausmann2014-04-021-1/+24
* Fix compilation of script stringsSimon Hausmann2014-04-021-3/+15
* Don't create prototype objects for bindingsLars Knoll2014-03-251-2/+2
* Clean up script importsSimon Hausmann2014-03-191-7/+4
* Move some methods from ExecutionContext to CallContextLars Knoll2014-03-071-3/+7
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-071-1/+1
* Clean up our internal namespacesLars Knoll2014-02-231-3/+3
* Make the Ref classes not template basedLars Knoll2014-02-071-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-6/+6
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-4/+4
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+3
* Improve type interference for QObject propertiesSimon Hausmann2013-11-251-2/+3
* Turn execution contexts into Managed objectsLars Knoll2013-11-221-1/+16
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-0/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-3/+3
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-4/+3
* Remove the last C++ exceptions from QtQmlLars Knoll2013-10-301-25/+4