aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-244-94/+228
* Win32: Remove dependency to DbgHelp DLLSimon Hausmann2013-10-231-4/+0
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-221-5/+3
* Fix MSVC2013 compilationYuchen Deng2013-10-211-0/+2
* Remove internal method from public APILars Knoll2013-10-193-1/+27
* Some minor optimizationsLars Knoll2013-10-194-42/+38
* Fix ARM thumb2 mode detectionSimon Hausmann2013-10-171-1/+5
* Fix build on ARM in ARM mode (instead of thumb2)Simon Hausmann2013-10-171-0/+31
* Fix performance regression when doing property lookups for non-existant prope...Simon Hausmann2013-10-161-1/+1
* Speed up exception propagationSimon Hausmann2013-10-169-144/+100
* Speed up stack trace generation for the JITSimon Hausmann2013-10-165-272/+8
* Turn on exact garbage collection by defaultLars Knoll2013-10-161-22/+23
* Fix cleanup handlers on Android when exceptions are thrownSimon Hausmann2013-10-161-0/+33
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-154-7/+10
* Remove debug outputLars Knoll2013-10-151-4/+0
* Fix some more issues with exact GCLars Knoll2013-10-152-3/+3
* inline get_element callsLars Knoll2013-10-144-12/+24
* Avoid creating array attributes if possibleLars Knoll2013-10-146-57/+47
* Remove some unused flags from ManagedLars Knoll2013-10-125-14/+3
* Correctly set the vtbl for Boolean and NumberObjectLars Knoll2013-10-112-1/+5
* Fix the remaining objects against self destructionLars Knoll2013-10-119-5/+35
* Optimise code generation for convertTypeToSInt32Lars Knoll2013-10-112-1/+9
* Fix build on Android with -developer-buildSimon Hausmann2013-10-112-1/+2
* Protect a few constructors against self destructionLars Knoll2013-10-111-1/+2
* Smaller cleanupsLars Knoll2013-10-1112-30/+32
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-1/+1
* Remove more direct usages of Managed pointersLars Knoll2013-10-112-8/+8
* Fix build on iOSSimon Hausmann2013-10-111-2/+6
* V4 runtime: add some more counters.Erik Verbruggen2013-10-102-0/+21
* V4 JIT: generate some strict (not) equal conditionsErik Verbruggen2013-10-101-2/+8
* Use common prefix for environment variableKai Koehne2013-10-091-3/+3
* Reshuffle inlined functions to fix MinGW-warnings.Friedemann Kleint2013-10-052-58/+58
* Signal no region descriptors follow the ETH table.Petr Nejedly2013-10-041-1/+2
* Temporarily disable libunwind exception throwing on MacSimon Hausmann2013-10-032-3/+3
* Fix backtrace generation on Android/ARM/QNXSimon Hausmann2013-10-031-5/+37
* Cleanup exception handlingSimon Hausmann2013-10-0313-228/+97
* Change v4 exceptions to use the common C++ ABIs foreign exceptionsSimon Hausmann2013-10-035-65/+56
* V4: invert conditions when the true block follows the test.Erik Verbruggen2013-10-031-0/+2
* Change exception handling APISimon Hausmann2013-10-0221-136/+130
* Cleanup API of Safe<T>Lars Knoll2013-10-0212-33/+58
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-0214-59/+57
* Remove some more uses of QV4::ValueLars Knoll2013-10-027-26/+29
* Remove more uses of ValueLars Knoll2013-10-0219-72/+75
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-0221-104/+158
* Fix compilation on Android with 4.8 toolchainLaszlo Agocs2013-10-013-9/+10
* V4: fix ArrayPrototype::method_isArray() build breakJ-P Nurmi2013-10-011-1/+1
* Compile imported scripts in the loader threadSimon Hausmann2013-09-302-0/+101
* V4: remove inplace operationsErik Verbruggen2013-09-305-320/+0
* Remove some uses of raw Object pointersLars Knoll2013-09-309-70/+67
* remove more uses of QV4::ValueLars Knoll2013-09-301-19/+18