aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-201-0/+21
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-3/+8
|\
| * Fix warning about returning address of local variable by MSVC2015 in qv4engin...Friedemann Kleint2015-07-171-0/+5
| * V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-101-1/+1
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-2/+2
* | Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-4/+4
* | Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-0/+2
* | Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-3/+9
* | Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+13
* | Clean up ExecutionContext's for QMLLars Knoll2015-06-181-2/+2
* | Store a Heap::String pointer in StringObjectLars Knoll2015-06-171-2/+2
* | Store rootcontext in a GC safe wayLars Knoll2015-06-171-5/+5
* | Fix some function signaturesLars Knoll2015-06-151-47/+45
* | Get rid of qv4qmlextensionsLars Knoll2015-06-151-13/+1
* | Remove explicit marking of the typedarray constructorsLars Knoll2015-06-101-3/+0
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-85/+49
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-0/+8
|\|
| * Makes it possible to extract all data from a QML DropAreaAleix Pol2015-05-231-0/+2
| * Fix MSVC warning about unused variableSimon Hausmann2015-05-191-0/+1
| * MSVC: Fix compiler warningKai Koehne2015-05-191-0/+1
| * QML: fix mixed debug/release build on OSX.Erik Verbruggen2015-05-121-5/+1
| * Add protection against "wrong" marking in debug buildsSimon Hausmann2015-05-081-0/+9
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-04-281-1/+9
|\|
| * 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
* | | Move evalfunction and thrower onto the js stackLars Knoll2015-04-241-5/+3
* | | Move constructor objects onto the js stackLars Knoll2015-04-241-79/+59
* | | Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-52/+35
* | | Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-14/+14
* | | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-55/+51
* | | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-7/+7
|\| |
| * | 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
* | | Get rid of asFunctionObject()Lars Knoll2015-04-211-3/+3
* | | More cleanupsLars Knoll2015-04-211-40/+40
* | | Get rid of Value::asDateObject()Lars Knoll2015-04-161-3/+3
* | | Further cleanupsLars Knoll2015-04-161-4/+4
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-241-3/+3
|\| |
| * | Fix conversion between char and string.Christian Strømme2015-03-211-3/+3
* | | Cleanup some of the casting codeLars Knoll2015-03-201-5/+5
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-171-0/+10
|\| |
| * | QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-091-0/+10
* | | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-031-4/+4
|\| |
| * | 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
* | | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
|/ /
* | Update copyright headersJani Heikkinen2015-02-121-7/+7