aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+8
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-2/+6
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-30/+0
* Turn execution contexts into Managed objectsLars Knoll2013-11-221-0/+1
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-1/+13
* Simplify & speed up function callingLars Knoll2013-11-091-3/+3
* Move conversion of this object into generated codeLars Knoll2013-11-051-2/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+21
* Remove qv4unwindhelper classLars Knoll2013-10-291-1/+0
* Cleanup: Remove now unused throwInternal() methodLars Knoll2013-10-291-4/+0
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-1/+1
* Properly propagate parse errorsLars Knoll2013-10-291-1/+1
* Rework exception handlingLars Knoll2013-10-291-2/+2
* Remove internal method from public APILars Knoll2013-10-191-0/+4
* Speed up exception propagationSimon Hausmann2013-10-161-2/+17
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-151-1/+1
* Cleanup exception handlingSimon Hausmann2013-10-031-4/+14
* Change exception handling APISimon Hausmann2013-10-021-7/+3
* Remove more uses of ValueLars Knoll2013-10-021-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+1
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-2/+2
* Remove more direct QV4::Value usageLars Knoll2013-09-281-2/+2
* Use SafeValue in more placesLars Knoll2013-09-281-19/+19
* Fix Persistent/WeakValue APILars Knoll2013-09-261-0/+2
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-2/+2
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-0/+2
* Add a Safe<T> class and start using itLars Knoll2013-09-221-28/+28
* Start using StringRef for parameter passingLars Knoll2013-09-221-1/+1
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-1/+2
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-3/+3
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-11/+11
* Convert some methods to use Returned<>Lars Knoll2013-09-181-4/+4
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-5/+5
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-2/+2
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-1/+1
* Create a stack for JS values and use it in the interpreterLars Knoll2013-09-111-0/+15
* Optimize String.replace and RegExp.execLars Knoll2013-09-021-0/+5
* Optimize ScriptFunction::construct() and creation of FunctionObjectsLars Knoll2013-09-021-0/+4
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-5/+3
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-7/+6
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-7/+7
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-0/+1
* change calling convention for JS function callsLars Knoll2013-09-021-2/+0
* move methods to create a new context into the ExecutionContext classLars Knoll2013-09-021-3/+0
* Add a SimpleScriptFunction classLars Knoll2013-09-021-5/+0
* Move call context creation into the ExecutionContext classLars Knoll2013-09-021-1/+0
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-0/+1
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-4/+4
|\
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-2/+0