aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vme_moth.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-061-4/+2
* V4: check for exceptions after convertThisToObjectErik Verbruggen2016-11-241-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-13/+13
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-13/+13
| |\
| | * V4: Free up 2 address bits in 64bit modeErik Verbruggen2016-09-281-13/+13
* | | Fix binding dependencies when used in together with functionsSimon Hausmann2016-08-301-2/+2
* | | Fix endianness in constant handlingSimon Hausmann2016-08-031-1/+1
* | | V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-2/+2
* | | V4: Leave out Debug and Line istructions on -no-qml-debugUlf Hermann2016-07-281-0/+4
* | | Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-40/+0
* | | Qml: replace QStringLiteral with QL1SAnton Kudryavtsev2016-07-051-7/+7
* | | QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-0/+40
* | | Make the moth representation relocatableLars Knoll2016-04-111-2/+4
* | | Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-111-6/+6
* | | Convert unary operations to new calling conventionLars Knoll2016-04-111-6/+6
* | | Convert 3rd batch of runtime methodsLars Knoll2016-04-111-12/+12
* | | Convert second batch of runtime methodsLars Knoll2016-04-111-13/+13
* | | Convert the first batch of runtime functionsLars Knoll2016-04-111-27/+27
* | | Start converting Runtime calls to 'vtable' callsLars Knoll2016-04-111-1/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+8
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-4/+4
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-7/+7
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-4/+4
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-4/+4
* | Access the id objects through a specialized runtime methodLars Knoll2015-08-121-4/+4
* | Access context properties through the qml contextLars Knoll2015-08-101-4/+19
* | Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-4/+19
* | Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+4
* | Don't MOTH_END_INSTR(Debug) after beginning a LineUlf Hermann2015-05-221-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+2
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Initial shot at native Qml-and-C++ debugginghjk2015-02-041-0/+234
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-38/+38
* Make Managed inherit ValueLars Knoll2014-12-201-3/+3
* Cleanup code that modifies the JS stackLars Knoll2014-12-191-9/+4
* Replace usage of stdout for debug output by qDebugErik Verbruggen2014-12-191-50/+10
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-1/+2
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-20/+18
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-53/+56
* Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-8/+8
* Refactor ExecutionContextsLars Knoll2014-11-081-1/+1
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-2/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-0/+4
* Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-1/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-24/+24
* Cleanup our runtime methodsLars Knoll2014-03-111-57/+57
* Add a Line instruction to the interpreterLars Knoll2014-03-071-2/+7