aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Cleanup signature of get/setProperty in the object wrapperLars Knoll2015-06-183-41/+36
* Add some typesafetyLars Knoll2015-06-184-11/+13
* Clean up ExecutionContext's for QMLLars Knoll2015-06-188-151/+218
* Get rid of QQmlIdObjectsArrayLars Knoll2015-06-181-3/+1
* Simplify property capturing codeLars Knoll2015-06-181-5/+6
* Minor cleanupSimon Hausmann2015-06-171-2/+1
* Store a Heap::String pointer in StringObjectLars Knoll2015-06-177-26/+23
* Get rid of the tmpProperty in StringObjectLars Knoll2015-06-174-34/+34
* Fix Object::getOwnProperty APILars Knoll2015-06-174-23/+28
* Fix the RegExpCache to be GC safeLars Knoll2015-06-174-14/+25
* Make QV4::Script GC safeLars Knoll2015-06-172-15/+12
* Store rootcontext in a GC safe wayLars Knoll2015-06-175-10/+10
* Remove another wrong commentLars Knoll2015-06-171-1/+0
* Remove two ### commentsLars Knoll2015-06-151-2/+0
* Fix the GC unsafe stack variable in StringifyLars Knoll2015-06-151-6/+11
* Fix another place where we were not compatible with a moving GCLars Knoll2015-06-151-15/+23
* Cleanup: Store a pointer to the engine not the contextLars Knoll2015-06-151-11/+11
* Fix GC problem with json conversion methodsLars Knoll2015-06-152-8/+20
* Fix some function signaturesLars Knoll2015-06-156-59/+57
* Get rid of qv4qmlextensionsLars Knoll2015-06-156-122/+4
* Remove explicit marking of the typedarray constructorsLars Knoll2015-06-101-3/+0
* Get rid of TypedValueLars Knoll2015-06-104-104/+0
* Get rid of StringValue usage in QJSValueIteratorLars Knoll2015-06-101-0/+6
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-1025-256/+261
* Make bindings refcountedLars Knoll2015-06-101-1/+1
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-045-24/+63
|\
| * 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-122-7/+1
| * Add protection against "wrong" marking in debug buildsSimon Hausmann2015-05-082-0/+16
| * Fix memory corruption when sharing QObjects between different QML enginesSimon Hausmann2015-05-082-3/+26
| * Fix memory corruption in array handlingSimon Hausmann2015-05-081-3/+2
| * Fix memory corruption when multiple QML engines have JavaScript wrappers for ...Simon Hausmann2015-05-083-19/+23
* | Don't MOTH_END_INSTR(Debug) after beginning a LineUlf Hermann2015-05-221-1/+1
* | 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
| | * Protect the RegExp against early garbage collectionAlbert Astals Cid2015-04-141-1/+1
* | | V4: add JIT support for mips platforms (32-bit) and enable itJulien Brianceau2015-04-271-0/+2
* | | Simplify binding setup code furtherLars Knoll2015-04-271-4/+4
* | | Remove the QQmlContextData pointer from QQmlBindingLars Knoll2015-04-251-1/+1
* | | Move evalfunction and thrower onto the js stackLars Knoll2015-04-245-17/+18
* | | Move constructor objects onto the js stackLars Knoll2015-04-247-115/+115
* | | Move more objects from the v4 engine to the js stackLars Knoll2015-04-2414-108/+107
* | | Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-249-27/+35
* | | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-2411-79/+77
* | | Store the datetime as a double in the date objectLars Knoll2015-04-243-66/+66
* | | Use Heap::Pointer in more placesLars Knoll2015-04-2410-26/+24
* | | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-2437-96/+111