aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+2
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-4/+4
* Clean up QV4::ExecutionContextLars Knoll2013-09-281-8/+0
* Fix Persistent/WeakValue APILars Knoll2013-09-261-5/+9
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-1/+1
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-1/+1
* [new compiler] Fix function and binding expression setupSimon Hausmann2013-09-201-0/+15
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-17/+21
|\
| * Convert some methods to use Returned<>Lars Knoll2013-09-181-2/+5
| * Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-2/+2
| * Convert more methods to use ReturnedValueLars Knoll2013-09-181-8/+8
| * Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-2/+2
| * Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
| * Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-4/+4
| * Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-181-2/+4
* | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-4/+5
|\|
| * Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
| * Move CallData onto the JS stackLars Knoll2013-09-111-3/+4
* | Beginning of a new qml parserSimon Hausmann2013-09-081-45/+34
* | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-1/+2
|/