aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-4/+2
* Drop some dead codeUlf Hermann2018-01-081-10/+0
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-2/+2
* Qml: mark some methods as constAnton Kudryavtsev2016-10-241-3/+3
* Turn the no-network support into a configurable featureLars Knoll2016-10-101-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-5/+3
|\
| * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-5/+3
* | Add Qt.callLater() function.Michael Brasser2016-03-081-6/+3
* | QtLite: no_network option for QtDeclarativePaolo Angelelli2016-03-041-0/+2
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Remove dead fwd-dclFrank Meerkoetter2015-12-151-1/+0
* Speed up QQmlEngine constructorLars Knoll2015-09-251-2/+0
* Remove qml context related methods from QQmlV4FunctionLars Knoll2015-09-151-2/+0
* Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-201-7/+6
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-2/+0
* Fix docs and remove an invalid ###Lars Knoll2015-06-171-4/+4
* Remove unused typedefLars Knoll2015-06-151-2/+0
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-4/+4
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-20/+0
* Make the remaining variant conversion methods staticLars Knoll2015-01-091-11/+12
* Move extension mechanism over to use the v4 engineLars Knoll2015-01-081-4/+4
* Get rid of QV8Engine::toStringLars Knoll2015-01-081-3/+0
* Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-8/+3
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-021-7/+7
* Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-1/+0
* Use pointers to Heap object to avoid recursionLars Knoll2014-12-201-1/+2
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-15/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Remove unused methodLars Knoll2014-07-221-2/+0
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-2/+2
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+2
* Rename some filesLars Knoll2014-01-311-1/+1
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Clean up handling of illegal names and enable in new compilerSimon Hausmann2014-01-061-2/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+2
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Convert more methods in QV8EngineLars Knoll2013-09-261-4/+4
* Move more API over to use ValueRefLars Knoll2013-09-261-7/+7
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-261-4/+3
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-14/+19
* Fix API of QQmlV4HandleLars Knoll2013-09-261-11/+4
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-5/+8