aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-271-1/+3
* Rework our simple array implementationLars Knoll2014-10-271-3/+3
* Fix QQmlExpression/QQmlScriptString/QQmlBinding crashesSimon Hausmann2014-10-091-3/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix crash when throwing an exception from within a constructorSimon Hausmann2014-07-311-0/+3
* Change the object allocation schemeSimon Hausmann2014-07-221-3/+3
* Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-28/+28
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-44/+4
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-59/+36
* Convert regexpsLars Knoll2014-07-221-1/+2
* Convert delegate model and indexed builtin functionLars Knoll2014-07-221-3/+41
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Remove the less often used Ref classesLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-6/+6
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-54/+54
* Move MemberData over to new storage layoutLars Knoll2014-07-221-1/+1
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-8/+8
* Convert FunctionObject to new storage schemeLars Knoll2014-07-221-16/+16
* Move ArrayData over to new data layoutLars Knoll2014-07-221-1/+1
* Convert the remaining classes in functionobject.hLars Knoll2014-07-221-18/+19
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-38/+41
* Move object data into internal structureLars Knoll2014-07-221-6/+6
* Move Managed data into it's own subclassLars Knoll2014-07-221-26/+26
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-6/+6
* Use Members for storing the bound arguments in BoundFunctionLars Knoll2014-07-221-8/+12
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-6/+6
* v4: Remove dead code ScriptFunction constructorHolger Hans Peter Freyther2014-07-201-6/+1
* Fix failing assertion inside MSVC STL in debug buildsSimon Hausmann2014-05-211-2/+2
* Garbage collect member dataLars Knoll2014-04-041-1/+2
* Fix typoSimon Hausmann2014-04-011-2/+2
* Optimize construct callsLars Knoll2014-03-271-1/+1
* Fix CompiledData::CompilationUnit object leakLiang Jian2014-03-131-5/+0
* Fix copying of Property'sLars Knoll2014-03-101-3/+3
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-5/+4
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-071-53/+22
* Remove the name member of FunctionObjectLars Knoll2014-03-071-9/+19
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-071-21/+6
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-8/+6
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-4/+4
* Clean up our internal namespacesLars Knoll2014-02-231-2/+2
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-7/+12
|\
| * Fix spurious binding loop errors in QtQuick Controls and other placesSimon Hausmann2014-02-161-7/+12
* | Satellite profiler for V4Ulf Hermann2014-02-121-4/+5
* | CleanupsLars Knoll2014-01-311-7/+7
* | Split ManagedVTable into two classesLars Knoll2014-01-211-13/+13
* | Save memory on array dataLars Knoll2014-01-201-2/+2
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-3/+0
|\|
| * Fix failing context->next != 0x1 assertionSimon Hausmann2014-01-161-3/+0
* | Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-6/+6
* | Rework array handling for JS objectsLars Knoll2014-01-091-4/+4