aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qquickworkerscript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-1/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-011-4/+4
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-3/+4
* Encapsulate accesses to the root contextLars Knoll2014-12-111-3/+3
* Cleanup exception catching codeLars Knoll2014-11-151-6/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-3/+3
* Doc: correct link/compilation errors in Qt DeclarativeNico Vertriest2014-07-021-3/+3
* Fix worker scripts with cached compilation unitsSimon Hausmann2014-06-041-23/+31
* Cleanup: Remove last traces of QQmlScriptSimon Hausmann2014-03-191-1/+1
* Doc: Fix broken \qmlsignal linksSze Howe Koh2014-03-181-1/+1
* Doc: Document signals (not handlers) under \qmlsignalSze Howe Koh2014-03-181-2/+4
* Fix WorkerScript object leakLiang Jian2014-03-141-1/+5
* Rename some filesLars Knoll2014-01-311-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-6/+6
* 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