aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-29/+18
* Optimize lookups in the internalClassLars Knoll2017-05-191-5/+17
* Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-2/+2
* Inline creation of simple call contextsLars Knoll2017-01-251-6/+3
* Cleanup Heap::BaseLars Knoll2017-01-251-1/+0
* Allocate simple call contexts from a special allocatorLars Knoll2017-01-251-11/+27
* Minor optimizationLars Knoll2016-12-131-1/+1
* Refactor the calling code for (Simple)ScriptFunctionLars Knoll2016-12-091-13/+63
* Change ExecutionContext::getFunctionObject() to getFunction()Lars Knoll2016-12-061-2/+2
* Use QV4::Function instead of the FunctionObject in CallContextLars Knoll2016-12-061-33/+33
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-29/+2
* QML: Make all context objects trivialErik Verbruggen2016-09-301-21/+10
* Fix endianness in constant handlingSimon Hausmann2016-08-031-1/+1
* Make generated code loading constants relocatableSimon Hausmann2016-08-021-0/+4
* QML: make QmlContext::qml{Context,Scope} inlinable.Erik Verbruggen2016-04-051-18/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Properly resolve the context to create mutable bindings onLars Knoll2015-10-201-4/+13
* Simplify Object::putValue()Lars Knoll2015-09-151-1/+1
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-7/+9
* Reduce usage of context->parentLars Knoll2015-09-151-22/+22
* Explicitly push/pop ExecutionContextsLars Knoll2015-09-151-2/+0
* Smaller cleanupLars Knoll2015-09-091-0/+5
* Don't push new QML contexts onto the context stackLars Knoll2015-09-081-2/+6
* Refactor the way we declare signal parameter namesLars Knoll2015-09-081-0/+6
* Smaller cleanupsLars Knoll2015-08-141-0/+11
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-4/+4
* Smaller code cleanupsLars Knoll2015-06-191-1/+1
* Add some typesafetyLars Knoll2015-06-181-2/+3
* Clean up ExecutionContext's for QMLLars Knoll2015-06-181-120/+180
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-3/+3
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-3/+3
* More cleanups in qv4value_p.hLars Knoll2015-04-241-5/+5
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+1
|\
| * Avoid strict mode for the surrounding QML call contextsSimon Hausmann2015-04-161-1/+1
* | Reduce dependenciesLars Knoll2015-03-201-0/+1
* | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Properly mark all arguments in the call contextLars Knoll2015-01-261-5/+3
* Remove the realArgumentsCount member in CallContextLars Knoll2015-01-231-2/+0
* CleanupsLars Knoll2015-01-231-3/+3
* CleanupsLars Knoll2015-01-231-6/+6
* Get rid of most uses of ValueRefLars Knoll2015-01-231-6/+6
* Move vtable out of internalClassLars Knoll2015-01-201-2/+2
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-0/+16
|\
* | Define vtable for CatchContextLars Knoll2015-01-121-0/+1
* | Get rid of the needsActivation flag in Heap::BaseLars Knoll2015-01-121-1/+1
* | Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-5/+5
* | Make Property uses GC safeLars Knoll2014-12-201-1/+1
* | Fix Context::getPropertyAndBase to use Heap based objectsLars Knoll2014-12-201-4/+4