aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-12/+5
* Move the prototype into the internal classLars Knoll2017-05-191-0/+1
* Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-0/+1
* Protect CallContext member usage against word size differencesSimon Hausmann2017-03-171-3/+18
* Protect ExecutionContext member usage against word size differencesSimon Hausmann2017-03-171-10/+31
* Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-2/+2
* Protect CallData usage against cross-compilation word size differencesSimon Hausmann2017-03-171-0/+6
* Inline creation of simple call contextsLars Knoll2017-01-251-10/+0
* Allocate simple call contexts from a special allocatorLars Knoll2017-01-251-11/+3
* Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-091-5/+4
* Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-061-1/+1
* Use QV4::Function instead of the FunctionObject in CallContextLars Knoll2016-12-061-0/+5
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-22/+5
* Make CallContext::argument constErik Verbruggen2016-12-011-2/+2
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-5/+5
* QML: Make all context objects trivialErik Verbruggen2016-09-301-21/+49
* QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-281-2/+3
* Make generated code loading constants relocatableSimon Hausmann2016-08-021-3/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Fix crashes when incubating objects asynchronously with initial propertiesSimon Hausmann2016-05-181-1/+1
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* 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
|\|