aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the JS Api into it's own folderLars Knoll2013-08-081-1047/+0
* Optimize the JS == operatorLars Knoll2013-08-071-1/+1
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-0/+1
* Fix tst_QJSValue::engineDeleted with MSVCSimon Hausmann2013-06-261-0/+1
* Remove the context argument from Managed::callLars Knoll2013-06-221-2/+2
* Remove the context argument from Managed::constructLars Knoll2013-06-221-1/+1
* Remove context argument from String::makeIdentifier()Lars Knoll2013-06-221-2/+2
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-2/+2
* Remove the context argument from Managed::putIndexedLars Knoll2013-06-221-1/+1
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-2/+2
* Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-1/+1
* Remove the context argument from Managed::delete(Indexed)PropertyLars Knoll2013-06-211-1/+1
* Fix tst_qjsvalue::engineDeleted()Simon Hausmann2013-06-211-24/+20
* Fix memory corruption in qjsvalueprivateLars Knoll2013-06-171-0/+21
* Fix some bugs related to QJSValueLars Knoll2013-06-141-3/+3
* fix deleteProperty on a string objectsLars Knoll2013-06-131-1/+1
* Remove last traces of v8 API and v8 compatibility layerSimon Hausmann2013-06-121-1/+0
* Fix a few more QJSValue autotestsLars Knoll2013-06-071-8/+27
* QJSValue::property should return the exception if one was thrownLars Knoll2013-06-071-2/+2
* Fix more QJSValue autotest errorsLars Knoll2013-06-071-0/+26
* Fix crashes in workerscript tests (qqmlecmascript and qquickworkerscript)Simon Hausmann2013-06-051-1/+1
* Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-8/+3
* Get rid of QV8Engine::isQObject and QV8QObjectWrapper::isQObjectSimon Hausmann2013-06-031-2/+1
* Implement QJSValue::toQObject and isQObjectLars Knoll2013-06-031-4/+13
* Convert more subclasses of Managed to the new casting schemeLars Knoll2013-05-311-1/+2
* Move Variant and QtObject over to new casting schemeLars Knoll2013-05-311-1/+1
* convert QV8VariantWrapper to v4Lars Knoll2013-05-171-7/+4
* Fix QJSValue::toVariant and isVariantLars Knoll2013-05-171-4/+7
* Give the QJSValuePrivate the pointer to the engine backLars Knoll2013-05-171-11/+11
* Move the internalClass pointer from Object to ManagedLars Knoll2013-05-061-32/+44
* UINT_MAX is not a valid array indexLars Knoll2013-05-041-2/+5
* Remove most remaining traces of v8::ContextLars Knoll2013-05-031-26/+0
* Get rid of qjsconverter*Lars Knoll2013-05-021-1/+1
* Fix conversion of values to QStringsLars Knoll2013-04-291-25/+1
* Fix return type for C linkage.Erik Verbruggen2013-04-241-2/+5
* Add missing return valuesAndrew Knight2013-04-201-0/+2
* Rename QQmlJS::VM namespace to QV4Lars Knoll2013-04-191-23/+23
* Implement most of QJSEngine against V4Lars Knoll2013-04-191-19/+101
* Cleanup lots of V8 dependencies in QJS* classesLars Knoll2013-04-181-149/+178
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Docs: Fix some more referencesChristian Stenger2012-12-011-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* Fix doc snippets paths and parsing errorsBea Lam2012-05-311-1/+1
* Add internal API for accessing V8 handles of QJS typesKent Hansen2012-05-291-0/+26
* Update license headersKent Hansen2012-05-241-10/+28
* Doc: Moving QML docs for new doc structureJerome Pasion2012-05-091-1/+1
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-1/+1
* Remove QJS exception APIKent Hansen2012-05-031-8/+6
* Make QVariant conversion for JS null type symmetricKent Hansen2012-03-201-1/+1
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-22/+22