aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtime_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-2/+14
* Move inline function Bool Runtime::compareEqual() above usage.Friedemann Kleint2014-04-011-19/+19
* Cleanup our runtime methodsLars Knoll2014-03-111-211/+205
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-241-1/+1
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-3/+1
* Simplify some runtime codeLars Knoll2014-02-221-27/+17
* Simplify some runtime methodsLars Knoll2014-02-071-15/+1
* Disentangle some includesLars Knoll2014-01-311-0/+1
* CleanupsLars Knoll2014-01-311-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Rework array handling for JS objectsLars Knoll2014-01-091-1/+1
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-0/+1
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+1
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-1/+1
* Use lookups for create_property (ie. new foo.bar)Lars Knoll2013-11-221-1/+2
* Fix property dependency generation for accelerated QML QObject propertiesSimon Hausmann2013-11-121-1/+1
* Move conversion of this object into generated codeLars Knoll2013-11-051-0/+1
* Optimise string additionsLars Knoll2013-11-051-1/+2
* Avoid exception checks after calls to some run-time functionsSimon Hausmann2013-11-011-4/+10
* Speed up lookups of imported scriptsSimon Hausmann2013-10-311-1/+1
* Optimize string additionsLars Knoll2013-10-311-1/+0
* Implement loading of resolved imported scriptsSimon Hausmann2013-10-311-0/+1
* Implement setting of values to resolved QObject propertiesSimon Hausmann2013-10-311-0/+1
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-0/+3