aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly propagate parse errorsLars Knoll2013-10-291-5/+11
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-2/+2
* Speed up exception propagationSimon Hausmann2013-10-161-19/+24
* Remove some unused flags from ManagedLars Knoll2013-10-121-2/+0
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-4/+4
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-1/+1
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-0/+95
* Remove some uses of raw Object pointersLars Knoll2013-09-301-4/+4
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-1/+1