aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Unify SimpleCallContext and CallContextLars Knoll2017-07-051-12/+11
* Get rid of the GlobalContext and WithContext classesLars Knoll2017-07-051-24/+14
* Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-78/+25
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-26/+39
|\
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-29/+18
| * Optimize lookups in the internalClassLars Knoll2017-05-191-5/+17
* | Correctly compute the amount of variables we need to markLars Knoll2017-04-061-3/+2
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-2/+2
|\|
| * Protect CompilationUnit member usage against word size differencesSimon Hausmann2017-03-171-2/+2
* | Fix accidental assignment in assertionSimon Hausmann2017-03-131-2/+2
* | Implement a real write barrierLars Knoll2017-03-091-0/+11
* | Get rid of QV4::Function::needsActivation()Lars Knoll2017-03-091-50/+37
* | move locals over to be write barrier safeLars Knoll2017-03-091-3/+8
* | Add a set() method to HeapValue as wellLars Knoll2017-03-091-2/+2
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-7/+7
* | Separate SimpleCallData and CallDataLars Knoll2017-03-091-68/+42
* | Avoid one indirection when looking up local variablesLars Knoll2017-03-091-3/+1
* | Move most of the ExecutionContext's over to the new mark handlingLars Knoll2017-03-091-42/+11
* | As crazy as it is, redefinition of global properties should workRobin Burchell2017-02-091-1/+1
|/
* 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