aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-5/+16
* Reduce usage of context->parentLars Knoll2015-09-151-3/+3
* Smaller cleanupLars Knoll2015-09-091-0/+2
* Refactor the way we declare signal parameter namesLars Knoll2015-09-081-0/+1
* Smaller cleanupsLars Knoll2015-08-141-0/+6
* Move DataCollector into debugger pluginUlf Hermann2015-08-101-1/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Smaller code cleanupsLars Knoll2015-06-191-1/+1
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+3
* Add some typesafetyLars Knoll2015-06-181-2/+3
* Clean up ExecutionContext's for QMLLars Knoll2015-06-181-5/+13
* Use Heap::Pointer in more placesLars Knoll2015-04-241-6/+6
* More cleanups in qv4value_p.hLars Knoll2015-04-241-1/+1
* Get rid of Value::asDateObject()Lars Knoll2015-04-161-1/+1
* Reduce dependenciesLars Knoll2015-03-201-0/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Better align data members in ExecutionContextLars Knoll2015-01-231-4/+2
* Remove the realArgumentsCount member in CallContextLars Knoll2015-01-231-1/+0
* CleanupsLars Knoll2015-01-231-1/+14
* Get rid of most uses of ValueRefLars Knoll2015-01-231-3/+3
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-0/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-0/+14
|\
| * QML Debugging: Fix breakpoints/stepping in a with-statement.Erik Verbruggen2014-12-101-1/+7
| * QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-091-1/+21
* | Make QV4::CallData::argument() method constantOleg Shparber2014-12-271-1/+1
* | Fix Context::getPropertyAndBase to use Heap based objectsLars Knoll2014-12-201-1/+1
* | Cleanup header inclusion orderLars Knoll2014-12-111-61/+18
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-8/+0
|\|
| * Remove dead codeSimon Hausmann2014-12-031-9/+0
* | Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-2/+2
* | Cleanup exception catching codeLars Knoll2014-11-151-3/+0
* | Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-1/+1
* | Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-3/+3
* | Remove unused methodLars Knoll2014-11-121-15/+0
* | Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-21/+27
* | Use Heap object for CallData::function memberLars Knoll2014-11-111-1/+1
* | Use Heap objects as membersLars Knoll2014-11-111-1/+1
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* | Move Data for String into the Heap namespaceLars Knoll2014-11-081-1/+1
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* | Cleanup RegExpLars Knoll2014-11-081-5/+5
* | Refactor ExecutionContextsLars Knoll2014-11-081-69/+82
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-3/+3
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-13/+0
* | Cleanup header file dependenciesLars Knoll2014-11-041-8/+0
* | Remove some unneeded reinterpret_cast'sLars Knoll2014-11-041-1/+1
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-4/+4
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11