aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure source codeLars Knoll2013-08-081-837/+0
* Initial support for debugging in the v4 interpreterSimon Hausmann2013-07-261-3/+11
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-121-33/+0
* Fix rare crashes in release builds on Windows with exceptionsSimon Hausmann2013-07-101-108/+3
* Fix incorrect automatic context memory management when using pushGlobalContext()Simon Hausmann2013-06-301-0/+2
* Fix crashes when GC triggers inside allocation inside initCallContextSimon Hausmann2013-06-281-15/+14
* Move the IdentifierTable into it's own fileLars Knoll2013-06-281-1/+1
* Rewrite identifier tableLars Knoll2013-06-281-1/+1
* Rename IdentifierHash to IdentifierTableLars Knoll2013-06-281-4/+4
* Introduce an Identifier classLars Knoll2013-06-281-1/+1
* Various build fixes for Windows:Simon Hausmann2013-06-261-2/+2
* Fix compilation with namespaced QtSimon Hausmann2013-06-261-0/+4
* Fix module name (QtQml) in the license headerSergio Ahumada2013-06-241-2/+2
* Fix build on AndroidSimon Hausmann2013-06-241-2/+3
* Fix qqmlvaluetypewrapper auto-testsSimon Hausmann2013-06-201-0/+13
* Implement error.fileName and error.lineNumberLars Knoll2013-06-141-0/+6
* Revert "Simplify JS bindings generation"Simon Hausmann2013-06-131-1/+1
* Port the QVariant wrapper away from v4classgenSimon Hausmann2013-06-131-1/+1
* Port the sequence (QList) wrapper away from v4classgenSimon Hausmann2013-06-131-1/+1
* Revert "Ported string object over to the class generator"Simon Hausmann2013-06-131-2/+2
* Revert "Ported boolean prototype over to class generator"Simon Hausmann2013-06-131-2/+2
* Revert "Ported RegExp object to class generator"Simon Hausmann2013-06-131-2/+2
* Fix tst_qqmlecmascript::propertyAssignmentErrors()Simon Hausmann2013-06-081-1/+4
* Move QV4::QObjectWrapper into the v4/ subdirectorySimon Hausmann2013-06-071-1/+1
* Move handling of multiply wrapped QObjects from QV8QObjectWrapper into QV4::E...Simon Hausmann2013-06-051-0/+4
* Cleanups in QObject bindingsSimon Hausmann2013-06-041-0/+3
* Remove unused QV4::Executionengine memberSimon Hausmann2013-06-041-1/+0
* Implement line number resolving of stack traces in the interpreterSimon Hausmann2013-06-021-12/+29
* Allow construction of array with a predefined lengthLars Knoll2013-05-311-1/+7
* Fix tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDestroySimon Hausmann2013-05-311-1/+1
* Fix Qt.include related autotestsLars Knoll2013-05-291-0/+26
* Implement stack trace support for WindowsSimon Hausmann2013-05-281-0/+53
* Fix crash in various qqmlbuiltinfunctionsSimon Hausmann2013-05-281-0/+4
* Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-3/+1
* Add support for line numbers in stack traces (Linux/Mac OS X only at this point)Simon Hausmann2013-05-271-12/+157
* Fix crash in Engine::currentStackFrame()Simon Hausmann2013-05-221-3/+3
* Add a QV4::Script classLars Knoll2013-05-221-20/+11
* Add support for generating stack traces to QV4::ExecutionEngineLars Knoll2013-05-221-0/+38
* Finalize sequence wrappingSimon Hausmann2013-05-211-0/+4
* Don't GC constructors and prototypesLars Knoll2013-05-171-0/+34
* convert QV8VariantWrapper to v4Lars Knoll2013-05-171-0/+10
* Fix exception handling not working reliably on x86/x86-64 Linux (Part 2)Simon Hausmann2013-05-151-0/+2
* Clean up context initializationSimon Hausmann2013-05-131-17/+7
* Fix QV4Engine::globalCodeSimon Hausmann2013-05-131-1/+1
* Fix crash when running some QML auto-testsSimon Hausmann2013-05-131-1/+2
* Move the QV4::Function out of qv4functionobject_p.hLars Knoll2013-05-081-0/+1
* Add flag to the engine to enable/disable RegExp JITting.Erik Verbruggen2013-05-081-2/+12
* Ported RegExp object to class generatorSimon Hausmann2013-05-061-2/+2
* Ported boolean prototype over to class generatorSimon Hausmann2013-05-061-2/+2
* Fix leakage of internal class hierarchySimon Hausmann2013-05-061-1/+7