aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into 5.5Simon Hausmann2015-04-271-1/+9
|\
| * QML: do not check stack size if stack grows upRolf Eike Beer2015-04-211-1/+9
* | Speed up script binding initializationSimon Hausmann2015-04-161-0/+4
* | Speed up value type binding creationSimon Hausmann2015-04-161-3/+2
* | QML Engine: Share data for ArrayBuffer created from QByteArray.Valery Kotov2015-04-151-4/+1
* | Fix conversion between char and string.Christian Strømme2015-03-211-3/+3
* | QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-091-0/+10
* | QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-3/+2
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+2
|\|
| * Don't crash on FreeBSD when computing stack limitsAlex Richardson2015-01-281-1/+2
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Store a double in NumberObjectLars Knoll2015-01-231-1/+1
* | CleanupsLars Knoll2015-01-231-2/+2
* | CleanupsLars Knoll2015-01-231-2/+2
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-65/+65
* | Rework QJSValue internalsLars Knoll2015-01-211-3/+2
* | Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-3/+3
* | Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-1/+1
* | Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-56/+22
* | Move vtable out of internalClassLars Knoll2015-01-201-4/+4
* | Refactor persistent valuesLars Knoll2015-01-161-4/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-8/+7
|\|
| * QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-091-8/+6
* | Fold the markBit into the internalClass pointerLars Knoll2015-01-121-3/+3
* | Fold the inUse flag into the internalClass pointerLars Knoll2015-01-121-1/+1
* | Cleanup variant conversion codeLars Knoll2015-01-091-65/+83
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-0/+688
* | Get rid of more uses of QV8EngineLars Knoll2015-01-081-0/+5
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-6/+6
* | Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* | Add a direct accessor to retrieve the JS engine from the ExecutionEngineLars Knoll2015-01-021-0/+6
* | Make Managed inherit ValueLars Knoll2014-12-201-1/+1
* | Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-201-2/+2
* | Use a Heap::FunctionObject to store the thrower functionLars Knoll2014-12-201-1/+1
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-2/+2
* | Store a Heap::EvalFunction pointer in the engineLars Knoll2014-12-201-1/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-29/+31
* | Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-4/+4
* | Mark JS freed parts of the JS stack as undefined in valgrindLars Knoll2014-12-191-0/+8
* | Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-1/+1
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-79/+98
* | Better encapsulate access to the global objectLars Knoll2014-12-111-45/+44
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-29/+29
* | Let the memory manager operate on Heap::Base objects, not ManagedLars Knoll2014-11-211-1/+2
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-18/+18
* | Cleanup exception catching codeLars Knoll2014-11-151-7/+5
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-18/+18
* | Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-3/+5
* | Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-52/+50