aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix stack size check on systems with less than 256kb stackSimon Hausmann2014-09-121-1/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-1/+5
|\
| * Do not use mark() when marking ExecutionContextsLars Knoll2014-07-251-1/+5
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-9/+9
* | Change the object allocation schemeSimon Hausmann2014-07-221-65/+66
* | Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-20/+22
* | Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-3/+6
* | Convert String to new constructor syntaxLars Knoll2014-07-221-1/+2
* | Convert more objects to the new constructor schemeLars Knoll2014-07-221-5/+6
* | Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-50/+63
* | Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-18/+19
* | Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-16/+2
* | Convert regexpsLars Knoll2014-07-221-4/+6
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-16/+16
* | Remove the less often used Ref classesLars Knoll2014-07-221-2/+2
* | Get rid of StringRefLars Knoll2014-07-221-3/+3
* | Convert specialized ExecutionContext's to new data layoutLars Knoll2014-07-221-1/+1
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-20/+20
* | Convert ErrorObject to new storage schemeLars Knoll2014-07-221-1/+1
* | Move data of FunctionObject into an inner structLars Knoll2014-07-221-5/+5
* | Move Managed data into it's own subclassLars Knoll2014-07-221-2/+2
* | Use Members for storing the bound arguments in BoundFunctionLars Knoll2014-07-221-1/+1
* | Properly initialize heap profiler when starting profilingUlf Hermann2014-06-121-1/+1
* | Javascript heap profilerUlf Hermann2014-06-061-0/+2
|/
* Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-281-3/+6
* Garbage collect member dataLars Knoll2014-04-041-2/+8
* Optimize construct callsLars Knoll2014-03-271-0/+1
* Optimize construction of SimpleArrayDataLars Knoll2014-03-191-0/+2
* Small optimization to RegExpLars Knoll2014-03-181-0/+12
* Fix copying of Property'sLars Knoll2014-03-101-10/+19
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-071-1/+1
* Remove the name member of FunctionObjectLars Knoll2014-03-071-1/+4
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-071-1/+2
* Add a Line instruction to the interpreterLars Knoll2014-03-071-27/+2
* Remove unused codeSizesLars Knoll2014-03-031-44/+0
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-4/+1
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-0/+2
* Clean up our internal namespacesLars Knoll2014-02-231-8/+8
* Satellite profiler for V4Ulf Hermann2014-02-121-0/+9
* Add a function dumping out a GBMI stack trace of the V4 engine.Friedemann Kleint2014-02-121-0/+35
* 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-2/+2
* CleanupsLars Knoll2014-01-311-3/+3
* Rename some filesLars Knoll2014-01-311-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-241-0/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-0/+7
| |\
| | * Make compile on DragonFly BSD.Alex Blasche2014-01-211-0/+7
* | | Allocate the ArrayData object and it's data togetherSimon Hausmann2014-01-241-0/+2
|/ /