aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-041-2/+3
* Optimize lookups based on IC changesLars Knoll2017-05-191-23/+27
* Move the prototype into the internal classLars Knoll2017-05-191-30/+30
* Properly encapsulate all accesses to the vtableLars Knoll2017-05-191-2/+2
* Optimize other lookupsLars Knoll2017-05-081-21/+49
* Re-add some inline property storageLars Knoll2017-05-081-19/+109
* Initialize idx in QV4::Lookup::indexedGetterFallback()Ulf Hermann2016-12-121-1/+1
* Some smaller optimizations for indexed property accessLars Knoll2016-12-101-23/+32
* Cleanup Value::isObject/objectValue usagesLars Knoll2016-11-291-22/+19
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-56/+54
* Fix crash with v4 lookups on changing objectsSimon Hausmann2016-10-221-1/+1
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-8/+16
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Fall back to the correct methodLars Knoll2015-09-251-1/+1
* Further reduce usage of PropertyLars Knoll2015-09-151-8/+8
* Simplify Object::getValueLars Knoll2015-09-151-4/+8
* CleanupsLars Knoll2015-09-151-31/+25
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-7/+7
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-3/+3
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-7/+7
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* Rename Heap::Base::as() to cast()Lars Knoll2015-04-211-3/+3
* More cleanupsLars Knoll2015-04-211-7/+7
* Get rid of asManaged()Lars Knoll2015-04-211-15/+15
* Further cleanupsLars Knoll2015-04-161-1/+1
* Wrap members in Object in a Heap::PointerLars Knoll2015-03-201-3/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-99/+99
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-201-8/+8
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-3/+3
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-7/+7
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-74/+75
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-3/+3
* Better encapsulate access to the global objectLars Knoll2014-12-111-7/+7
* Fix arrayData accesses in qv4lookup.cppLars Knoll2014-12-101-12/+12
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-28/+28
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-4/+2
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-63/+71
* Use the engine instead of the context where it makes senseLars Knoll2014-11-151-5/+3
* Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-5/+5
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-22/+22
* Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-2/+2
* Move Data for Number/Boolean/ArrayObject into the HeapLars Knoll2014-11-081-1/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-4/+4
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-28/+28
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-3/+3
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-271-1/+1