aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove most uses of Value from qml/qmlLars Knoll2013-09-302-2/+4
* Remove some more QV4::Value usagesLars Knoll2013-09-305-36/+41
* Remove more occurrences of QV4::ValueLars Knoll2013-09-3020-176/+201
* Fix a few more uses of ValueLars Knoll2013-09-283-70/+81
* Remove some uses of ValueLars Knoll2013-09-281-15/+16
* Fix API for Object::define*PropertyLars Knoll2013-09-2825-116/+142
* Less QV4::Value usageLars Knoll2013-09-282-16/+27
* Fix API for evalCall()Lars Knoll2013-09-283-9/+9
* Remove Value::fromString()Lars Knoll2013-09-2816-90/+102
* Fix Value usage in ErrorObjectsLars Knoll2013-09-2810-59/+106
* Remove more direct QV4::Value usageLars Knoll2013-09-2830-90/+96
* Make Encode not inherit from ValueLars Knoll2013-09-282-12/+14
* Move Value::toInteger(double) and related to PrimitiveLars Knoll2013-09-288-20/+21
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-283-17/+23
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-2840-279/+289
* Use SafeValue in more placesLars Knoll2013-09-285-29/+29
* Clean up QV4::ExecutionContextLars Knoll2013-09-285-31/+1
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-2822-376/+381