aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move QV8Engine::to/fromVariant over to a v4 based APILars Knoll2013-05-0116-116/+122
* Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-29108-9058/+159
* Convert QObject methods inQV8Enginer to v4 based APILars Knoll2013-04-2910-40/+39
* Add automatic conversion from QV4::Value to v8::Handle<T>Lars Knoll2013-04-292-0/+16
* Move more methods on QV8Engine over to use v4 based syntaxLars Knoll2013-04-2918-196/+120
* Get rid of QV8Engine::toString()Lars Knoll2013-04-2919-120/+90
* Move QV8Engine::freezeObject over to use v4 APIsLars Knoll2013-04-295-21/+25
* Fix QV8Engine::getOwnPropertyNames APILars Knoll2013-04-293-8/+10
* Fix conversion of values to QStringsLars Knoll2013-04-298-44/+49
* Convert some code in qqmlcomponent over to use v4Lars Knoll2013-04-293-38/+52
* The global context is not a unique instanceLars Knoll2013-04-291-1/+1
* Fix crash on WindowsSimon Hausmann2013-04-291-1/+1
* Fix build on WindowsSimon Hausmann2013-04-292-10/+13
* Fix build and crash on 64-bitSimon Hausmann2013-04-292-3/+18
* Fix occasional crashes on x86 due to alignment issuesSimon Hausmann2013-04-282-128/+134
* remove unused push overloadsSimon Hausmann2013-04-281-47/+0
* Fix crash when deleting properties while iterating over propertiesSimon Hausmann2013-04-282-3/+7
* Speed up object literal constructionSimon Hausmann2013-04-2817-3/+207
* Fix various memory leaksSimon Hausmann2013-04-282-2/+7
* Implement lookup calls inlineSimon Hausmann2013-04-284-43/+40
* Correct number of parameters for call to __qmljs_foreach_iterator_objectSimon Hausmann2013-04-281-1/+1
* Fix return type for C linkage.Erik Verbruggen2013-04-243-15/+23
* Fix class export.Erik Verbruggen2013-04-241-1/+1
* Fix struct v.s. class forward declarations.Erik Verbruggen2013-04-244-4/+4
* Suppress unused parameter warning.Erik Verbruggen2013-04-241-0/+2
* Remove some unused methodsLars Knoll2013-04-224-172/+16
* Change variant conversion methods to use V4 APILars Knoll2013-04-224-116/+147
* Add missing return valuesAndrew Knight2013-04-202-0/+3
* Convert a few more things to v4Lars Knoll2013-04-203-22/+17
* Disable the old v4 engine by defaultLars Knoll2013-04-2010-10/+68
* Small cleanup in __qmljs_equalLars Knoll2013-04-201-3/+2
* Set up the Lookup callbacks through the Managed vtableLars Knoll2013-04-208-55/+120
* Cleanups to QV4::LookupLars Knoll2013-04-205-133/+160
* De-inline the call, as __qmljs_convert_to_string wasn't exported by the linke...Lars Knoll2013-04-202-7/+7
* More build fixes.Erik Verbruggen2013-04-192-0/+3
* Some build-fixes for pedantic compilers.Erik Verbruggen2013-04-1910-592/+599
* v8::Handle::IsEmpty() is not the same as containing a null value.Lars Knoll2013-04-192-6/+7
* Remove V8 dependencies from the JSON wrapperLars Knoll2013-04-195-91/+101
* Rename QQmlJS::VM namespace to QV4Lars Knoll2013-04-19100-1054/+923
* Remove wtf dependencies from the v4 headersLars Knoll2013-04-195-5/+10
* Rename QQmlV8Handle to QQmlV4HandleLars Knoll2013-04-1939-114/+132
* Get rid of qv8stringwrapperLars Knoll2013-04-195-185/+23
* Move more code over to use v4.Lars Knoll2013-04-193-47/+51
* Convert SQL errors to use v4 APILars Knoll2013-04-195-23/+26
* Move DOM errors over to use v4 directlyLars Knoll2013-04-197-81/+86
* Implement most of QJSEngine against V4Lars Knoll2013-04-198-49/+153
* Implement QJSValueIteratorLars Knoll2013-04-198-24/+71
* Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-1846-2151/+457
* Fix VM::Value return value passing on WindowsSimon Hausmann2013-04-182-2/+19
* Better implementation of persistent valuesLars Knoll2013-04-185-33/+76