aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-071-1/+0
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-031-1/+0
* Remove unused codeSizesLars Knoll2014-03-031-2/+0
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-0/+1
* Clean up our internal namespacesLars Knoll2014-02-231-2/+2
* Satellite profiler for V4Ulf Hermann2014-02-121-0/+5
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+1
* Rename Referenced to ManagedRefLars Knoll2014-02-071-1/+1
* Smaller performance fixesLars Knoll2014-02-051-7/+8
* CleanupsLars Knoll2014-01-311-53/+53
* 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