aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of v8::LocalLars Knoll2013-05-0654-846/+800
* Convert some v8::Persistent to v4Lars Knoll2013-05-066-23/+26
* Less debug outputLars Knoll2013-05-061-2/+2
* Create and delete the QJSEngine with the QV8Engine.Lars Knoll2013-05-063-2/+13
* Use a doubly linked list for PersistentValueLars Knoll2013-05-063-8/+24
* Convert QQmlPropertyCache to use QV4::persistentValue instead of the v8 versionLars Knoll2013-05-067-12/+21
* Add unreachable BasicBlock removal.Erik Verbruggen2013-05-061-3/+26
* Fix compiler error and warning.Erik Verbruggen2013-05-063-0/+10
* Fix leakage of internal class hierarchySimon Hausmann2013-05-064-5/+42
* Ported string object over to the class generatorSimon Hausmann2013-05-064-70/+31
* Simplify JS bindings generationSimon Hausmann2013-05-067-99/+279
* Move the internalClass pointer from Object to ManagedLars Knoll2013-05-0619-106/+146
* Better make InternalClass::addMember() safeLars Knoll2013-05-051-1/+2
* Fix keywords testLars Knoll2013-05-051-14/+3
* Fix QJSEngine::evaluateLars Knoll2013-05-051-1/+1
* Some fixes to the autotestLars Knoll2013-05-051-6/+0
* Fix some bugs in converting to and from QDateTimeLars Knoll2013-05-051-22/+4
* Initialize memberLars Knoll2013-05-051-0/+2
* Set the correct Object type for all date objectsLars Knoll2013-05-051-0/+1
* Smaller fixes to RegExpLars Knoll2013-05-051-5/+11
* Add name property for function objectsLars Knoll2013-05-0414-28/+78
* Fix compilation of testLars Knoll2013-05-041-102/+0
* UINT_MAX is not a valid array indexLars Knoll2013-05-043-2/+8
* Fix QJSEngine::newArray()Lars Knoll2013-05-041-3/+3
* Various fixes to RegExpLars Knoll2013-05-042-6/+11
* Remove another methods from v8:ContextLars Knoll2013-05-047-24/+32
* Remove some more v8 APILars Knoll2013-05-045-174/+7
* Remove most remaining traces of v8::ContextLars Knoll2013-05-036-148/+12
* Remove v8::HandleScopeLars Knoll2013-05-0328-99/+0
* Cleanup v8 Context handlingLars Knoll2013-05-0329-253/+14
* Remove unused stuff from v8::Isolate classLars Knoll2013-05-033-114/+2
* Fix compilationLars Knoll2013-05-032-3/+0
* Get rid of qjsconverter*Lars Knoll2013-05-0218-334/+161
* Remove the ExecutionContext from some signatures, replace it with the engine ...Lars Knoll2013-05-0215-145/+191
* Smaller cleanupLars Knoll2013-05-022-22/+3
* Change some more API in qv8engine over to v4.Lars Knoll2013-05-012-36/+30
* Simplify function signature for ExecutionEngine::newArrayObjectLars Knoll2013-05-0116-31/+38
* Convert qjsconverter to v4 based APILars Knoll2013-05-018-170/+91
* 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