aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtDeclarative fixes and workarounds for NaClwip/naclMorten Johan Sørvig2016-05-131-1/+1
* Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-081-1/+1
* Fix a couple of container detachmentsSérgio Martins2016-01-051-1/+1
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-1/+1
* Only set V4 debugger when service is enabledUlf Hermann2015-10-151-1/+0
* QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-2/+2
* Reduce memory consumption of signal handlersLars Knoll2015-09-251-0/+1
* Speed up creation of Array literalsLars Knoll2015-09-251-0/+20
* Fixes to Error objectsLars Knoll2015-09-221-36/+24
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-2/+2
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-26/+26
* Simplify new construction schemeLars Knoll2015-09-221-21/+21
* move error objects over to new construction schemeLars Knoll2015-09-221-16/+29
* Convert variant object and ObjectProtoLars Knoll2015-09-221-6/+4
* Use the new construction scheme for RegExpObjectsLars Knoll2015-09-221-9/+16
* Move more objects over to the new allocation schemeLars Knoll2015-09-221-20/+17
* Inline property data into the objectLars Knoll2015-09-221-11/+7
* Further cleanupsLars Knoll2015-09-151-2/+2
* Fix typoLars Knoll2015-09-151-2/+2
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-7/+7
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-4/+4
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-24/+21
* Reduce usage of context->parentLars Knoll2015-09-151-0/+1
* Explicitly push/pop ExecutionContextsLars Knoll2015-09-151-0/+2
* Get rid of the qmlContextObject methodLars Knoll2015-09-151-9/+6
* 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