aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vme_moth.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify our breakpoint handlingLars Knoll2014-03-071-2/+2
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-1/+1
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-9/+1
* Clean up our internal namespacesLars Knoll2014-02-231-2/+2
* Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-071-18/+0
* Specialize CJump into JumpEq and JumpNeLars Knoll2014-02-071-5/+10
* Remove a memset that is not requiredLars Knoll2014-02-071-0/+2
* Add specialized instructions for right and left shiftLars Knoll2014-02-071-0/+16
* Remove two unused parameters from VME::run()Lars Knoll2014-02-071-3/+5
* Add a MoveConst instruction to the interpreterLars Knoll2014-02-071-0/+4
* Smaller performance fixesLars Knoll2014-02-051-3/+4
* Add a special Debug instruction to the interpreter and use itLars Knoll2014-02-051-2/+5
* Use lookups for get/setElement in the interpreterLars Knoll2014-01-311-0/+11
* Remove unused macroLars Knoll2014-01-311-9/+0
* CleanupsLars Knoll2014-01-311-18/+18
* Rename some filesLars Knoll2014-01-311-1/+1
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-0/+4
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+4
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-3/+3
* Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-221-2/+11