aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* change calling convention for JS function callsLars Knoll2013-09-021-3/+5
* move methods to create a new context into the ExecutionContext classLars Knoll2013-09-021-1/+1
* Fix crashes when running tst_qqmlecmascript::importScripts with aggressive gcSimon Hausmann2013-09-021-4/+29
* Cleanup: Rename overloaded () operators of CodeGen to more descriptive functi...Simon Hausmann2013-08-221-2/+2
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-12/+25
|\
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-1/+1
| * Fix eval operating on incorrect runtime dataSimon Hausmann2013-08-181-1/+12
| * Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-161-1/+1
| * Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-1/+1
| * Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-2/+5
| * Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-2/+2