aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-48/+48
* | Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-2/+3
* | Better encapsulate access to the global objectLars Knoll2014-12-111-3/+3
* | Get rid of a not required reinterpret_castLars Knoll2014-12-111-1/+1
* | Let the memory manager operate on Heap::Base objects, not ManagedLars Knoll2014-11-211-1/+1
* | Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-2/+2
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-2/+2
* | Cleanup exception catching codeLars Knoll2014-11-151-5/+0
* | Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-1/+1
* | Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-2/+2
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-2/+2
* | Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-6/+6
* | Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-1/+1
* | Store all data members in FunctionObject as heap dataLars Knoll2014-11-121-2/+2
* | Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-32/+36
* | Use Heap object for CallData::function memberLars Knoll2014-11-111-12/+12