aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes: qml memory corruption on Androidaavit2013-12-171-0/+10
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-14/+16
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-24/+31
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-6/+11
* Remove unused inline wrapperLars Knoll2013-12-041-3/+3
* Initialize variableLars Knoll2013-12-041-0/+1
* Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-1/+8
|\
| * V4 Use getrlimit on Darwin to get the stack size for the main threadAndy Nichols2013-11-201-1/+8
* | Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-221-4/+5
* | Turn execution contexts into Managed objectsLars Knoll2013-11-221-4/+5
|/
* Fix compilation on QNXFabian Bumberger2013-11-191-1/+1
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-2/+63
* Debugging with V4Erik Verbruggen2013-11-101-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-6/+8
* Refactor marking GC'ed objectsLars Knoll2013-11-051-47/+47
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Remove qv4unwindhelper classLars Knoll2013-10-291-1/+0
* Cleanup: Remove now unused throwInternal() methodLars Knoll2013-10-291-10/+0
* Protect write accesses to objectsLars Knoll2013-10-291-1/+7
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+3
* Properly propagate parse errorsLars Knoll2013-10-291-1/+1
* Rework IR code generation for try/catch/finallyLars Knoll2013-10-291-1/+1
* Rework exception handlingLars Knoll2013-10-291-3/+1
* Remove internal method from public APILars Knoll2013-10-191-0/+22
* Speed up exception propagationSimon Hausmann2013-10-161-16/+1
* Speed up stack trace generation for the JITSimon Hausmann2013-10-161-13/+6
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-151-2/+4
* Fix the remaining objects against self destructionLars Knoll2013-10-111-3/+7
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+58
* Change exception handling APISimon Hausmann2013-10-021-3/+5
* Remove more uses of ValueLars Knoll2013-10-021-3/+3
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+2
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-4/+6
* Less QV4::Value usageLars Knoll2013-09-281-16/+16
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-3/+5
* Remove more direct QV4::Value usageLars Knoll2013-09-281-3/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-4/+4
* Use SafeValue in more placesLars Knoll2013-09-281-1/+1
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-0/+4
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-2/+2
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-0/+4
* Cleanup Object::define*Property APILars Knoll2013-09-221-42/+42
* Start using StringRef for parameter passingLars Knoll2013-09-221-1/+1
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-2/+14
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-2/+2
* Further work towards an exact GCLars Knoll2013-09-221-7/+7
* Fix destruction of QV4::CompiledData::CompilationUnit objectsSimon Hausmann2013-09-201-0/+6