aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qquickworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* change calling convention for JS function callsLars Knoll2013-09-021-6/+14
* Various build fixes for Windows:Simon Hausmann2013-06-261-4/+3
* Remove the context argument from Managed::callLars Knoll2013-06-221-2/+2
* Fix two more errors in the worker script auto testLars Knoll2013-06-181-6/+1
* Fix parts of workerscriptLars Knoll2013-06-181-1/+1
* Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-1/+2
* Remove some more v8 usageLars Knoll2013-06-031-6/+7
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-1/+1
* Cleanup the context wrapper codeLars Knoll2013-05-301-3/+5
* Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-1/+1
* Replace usage of v8::Script and qmlModeCompile with QV4::ScriptLars Knoll2013-05-221-16/+13
* Convert the remaining TryCatch statements to use QV4::ExceptionLars Knoll2013-05-211-5/+5
* Fix some parts of workerscript and convert to v4Lars Knoll2013-05-211-32/+37
* Rename QV8Worker to QV4::SerializeLars Knoll2013-05-211-5/+5
* convert qv8workerscript to v4Lars Knoll2013-05-211-2/+2
* Cleanup v8 dependencies from QQmlV8FunctionLars Knoll2013-05-081-2/+2
* Remove v8 dependencies from QQmlV4HandleLars Knoll2013-05-081-1/+1
* Move QQuickworkerscript over to QV4::PersistentValueLars Knoll2013-05-081-18/+20
* More steps towards eliminating the v8 layerSimon Hausmann2013-05-071-2/+2
* Replace v8::Undefined() with QV4::Value::undefinedValue()Simon Hausmann2013-05-071-3/+3
* Get rid of v8::LocalLars Knoll2013-05-061-9/+9
* Remove v8::HandleScopeLars Knoll2013-05-031-7/+0
* Cleanup v8 Context handlingLars Knoll2013-05-031-4/+0
* Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-291-3/+3
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-191-1/+1
* Move QML types to types folderAlan Alpert2013-03-141-0/+740