aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compileddata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Speed up property binding initialization on object creationSimon Hausmann2015-04-211-0/+10
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-4/+1
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-14/+9
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-2/+4
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-1/+1
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-6/+8
* Cleanup: Simplify CompiledData::Unit structure to always include the string t...Simon Hausmann2014-09-241-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* v4: Enable primitive conversation to QQmlScriptString in javascriptSebastian Sauer2014-08-221-1/+1
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-0/+12
* Various cleanupsSimon Hausmann2014-03-281-0/+6
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-2/+2
* Avoid crash when unlinking compilation unitSimon Hausmann2014-03-111-1/+2
* Add support for resolving translation bindings at compile timeSimon Hausmann2014-03-111-0/+17
* [new compiler] Fix invalid memory reads when JS closures outlive QML typesSimon Hausmann2014-03-051-2/+1
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-3/+0
* Clean up our internal namespacesLars Knoll2014-02-231-3/+3
* CleanupsLars Knoll2014-01-311-4/+4
* Implement Lookup::indexedSetterLars Knoll2014-01-311-5/+8
* Use lookups for indexed accessesLars Knoll2014-01-201-0/+4
* [new compiler] Preliminary support for script string propertiesSimon Hausmann2014-01-171-0/+51
* Refactor marking GC'ed objectsLars Knoll2013-11-051-5/+5
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-15/+8
* Remove qv4unwindhelper classLars Knoll2013-10-291-1/+0
* Qml JavaScript code generation cleanupsSimon Hausmann2013-10-201-1/+4
* Fix possible crashesLars Knoll2013-10-111-4/+9
* Mark strings stored in the lookupsLars Knoll2013-10-111-0/+2
* Remove more uses of ValueLars Knoll2013-10-021-4/+3
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-1/+6
* Change the runtime API over to using StringRef's instead of String*Lars Knoll2013-09-221-4/+4
* Fix destruction of QV4::CompiledData::CompilationUnit objectsSimon Hausmann2013-09-201-9/+21
* Fix crash in QV4::CompiledData::CompilationUnitSimon Hausmann2013-09-201-1/+2
* Cleanup: Fold CompiledData::Value into CompiledData::BindingSimon Hausmann2013-09-201-0/+18
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-2/+4
|\
| * Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-1/+1
| * Remove qSort usages from declarativeGiuseppe D'Angelo2013-09-131-1/+3
* | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-1/+1
|\|
| * Properly unwind the js stack for generated codeLars Knoll2013-09-111-1/+1
* | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-1/+2
|/
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-2/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-0/+2
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-0/+2
* Cleanup: Determine the root/entry function in isel independent codeSimon Hausmann2013-08-191-2/+2
* Prospective build fix for namespaced Qt buildsSimon Hausmann2013-08-181-0/+4
* Fix invalid reads with stringsSimon Hausmann2013-08-181-2/+2
* Merge Function::init with the constructorSimon Hausmann2013-08-161-4/+0
* Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-0/+4