aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-1/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-311-2/+0
* Don't include qv4enginebase_p.h in qmldevtoolsUlf Hermann2019-05-101-1/+0
* Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-1/+0
* V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-2/+0
* Create proper template objects for tagged templatesLars Knoll2018-11-051-0/+2
* Implement toPrimitive() the way the ES7 spec wants itLars Knoll2018-05-281-0/+1
* Cleanups in the runtime APILars Knoll2017-08-281-6/+5
* Fix trace macros for runtime countersErik Verbruggen2017-08-021-2/+2
* Clean up some duplicated methodsLars Knoll2016-11-291-3/+0
* QML: Obliterate QQmlAccessorsErik Verbruggen2016-08-301-2/+0
* Revert "QML: When available, use QQmlAccessors to read properties."Simon Hausmann2016-07-141-5/+0
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-1/+2
|\
| * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+7
* | De-inline static methods of struct Runtime.Friedemann Kleint2016-05-091-343/+0
* | QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-1/+67
* | Convert the remaining runtime methods to new calling conventionLars Knoll2016-04-111-19/+19
* | Convert comparison methods to the new runtime syntaxLars Knoll2016-04-111-11/+11
* | Convert unary operations to new calling conventionLars Knoll2016-04-111-4/+4
* | Convert 3rd batch of runtime methodsLars Knoll2016-04-111-1/+1
* | Move the Runtime API into it's own fileLars Knoll2016-04-111-145/+1
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* QML: Fix typeof context property.Erik Verbruggen2015-10-271-0/+2
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-1/+2
* Access context properties through the qml contextLars Knoll2015-08-101-1/+3
* Use the QmlContext to access properties of the scope objectLars Knoll2015-08-101-1/+3
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-5/+6
* V4: add int32 codepath to Runtime::div.Erik Verbruggen2015-08-061-0/+9
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* More cleanups in qv4value_p.hLars Knoll2015-04-241-0/+1
* More cleanupsLars Knoll2015-04-211-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-155/+155
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-1/+1
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-15/+16
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-2/+2
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-1/+1
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-57/+57
* Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-7/+7
* Cleanup header file dependenciesLars Knoll2014-11-041-31/+1
* Remove most calls to Value::managed()Lars Knoll2014-11-041-1/+1
* V4 runtime: tune Runtime::add/sub/mul a bit.Erik Verbruggen2014-09-101-6/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* Accelerate property lookups for C++-based QObject singletons.Michael Brasser2014-08-071-0/+1
* Get rid of CallDataRefLars Knoll2014-07-221-11/+11
* Get rid of StringRefLars Knoll2014-07-221-15/+15