aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-24/+39
|\
| * Get rid of SimpleScriptFunctionLars Knoll2016-12-111-4/+4
| * Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-091-3/+2
| * Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-061-9/+5
| * Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-2/+22
| * Cleanup Value::isObject/objectValue usagesLars Knoll2016-11-291-2/+2
| * Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-4/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-7/+13
|\|
| * Make the Moth interpreter configurableLars Knoll2016-10-101-0/+6
| * QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-3/+3
| * QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-051-4/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-011-3/+4
|\|
| * QML: Make all context objects trivialErik Verbruggen2016-09-301-3/+4
* | Qml jsruntime: replace 'foreach' with 'range for'Anton Kudryavtsev2016-09-161-1/+1
* | Replace QStringLiteral with QL1S in QStringBuilderAnton Kudryavtsev2016-08-241-1/+1
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-4/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-4/+9
| |\
| | * Fix char conversions in QMLChristian Strømme2016-08-091-4/+9
* | | V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-101-1/+8
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-1/+3
* | | Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-0/+6
* | | V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-14/+14
* | | Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-281-2/+2
* | | Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-2/+2
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-0/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-4/+4
| |\|
| | * V4: Mirror jsAlloc behavior at stack allocation.Erik Verbruggen2016-05-271-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-97/+14
|\| |
| * | V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-97/+12
| |\|
| | * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-181-1/+1
| | * V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-111-97/+12
* | | Merge remote-tracking branch 'origin/5.7' into devAndy Nichols2016-04-051-30/+0
|\| |
| * | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-311-30/+0
* | | Convert QByteArray in C++ type to ArrayBuffer in QML and vice-versaNobuaki Sukegawa2016-03-051-1/+11
|/ /
* | Updated license headersJani Heikkinen2016-01-191-14/+20
* | WinRT: Enable JIT for x86/x64 target platformsMaurice Kalinowski2016-01-161-1/+2
* | Print warning if JIT is disabledMathias Hasselmann2016-01-141-2/+11
|/
* Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-081-1/+1
* Fix a couple of container detachmentsSérgio Martins2016-01-051-1/+1
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-1/+1
* Only set V4 debugger when service is enabledUlf Hermann2015-10-151-1/+0
* QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-2/+2
* Reduce memory consumption of signal handlersLars Knoll2015-09-251-0/+1
* Speed up creation of Array literalsLars Knoll2015-09-251-0/+20
* Fixes to Error objectsLars Knoll2015-09-221-36/+24
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-26/+26
* Simplify new construction schemeLars Knoll2015-09-221-21/+21