aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qquickworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-4/+4
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-14/+11
* Properly propagate parse errorsLars Knoll2013-10-291-5/+7
* Remove internal method from public APILars Knoll2013-10-191-2/+2
* Change exception handling APISimon Hausmann2013-10-021-11/+6
* Fix API for Object::define*PropertyLars Knoll2013-09-281-5/+4
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-3/+3
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-2/+2
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-1/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-9/+14
* Doc: Fixed and updated Qt Quick's \qmlmodule pageJerome Pasion2013-09-251-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-5/+5
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-2/+2
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-2/+2
* Further work towards an exact GCLars Knoll2013-09-221-12/+17
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+2
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-1/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-5/+5
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-4/+7
* Move CallData onto the JS stackLars Knoll2013-09-111-13/+14
* 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