aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-7/+7
* Move ArrayData over to new data layoutLars Knoll2014-07-221-11/+11
* Move object data into internal structureLars Knoll2014-07-221-39/+39
* Move Managed data into it's own subclassLars Knoll2014-07-221-61/+61
* Garbage collect member dataLars Knoll2014-04-041-3/+3
* Add some specialized lookups for two internal classesLars Knoll2014-03-181-26/+166
* Cleanup our runtime methodsLars Knoll2014-03-111-2/+2
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-25/+25
* Implement Lookup::indexedSetterLars Knoll2014-01-311-0/+57
* Use lookups for indexed accessesLars Knoll2014-01-201-0/+72
* Lookup::lookup should not return a Property pointerLars Knoll2014-01-201-12/+43
* Rework array handling for JS objectsLars Knoll2014-01-091-0/+9
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-2/+2
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Fix a bug in the inserting settersLars Knoll2013-11-011-1/+6
* Optimize lookup codeLars Knoll2013-10-311-18/+26
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-1/+3
* Cleanup API of Safe<T>Lars Knoll2013-10-021-1/+1
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-12/+10
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-13/+13
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-49/+51
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-1/+2
* Convert some methods to use Returned<>Lars Knoll2013-09-181-1/+3
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-1/+1
* Convert lookups to use ReturnedValueLars Knoll2013-09-181-176/+112
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+2
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-8/+8
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-8/+16
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-8/+8
* Continue conversion to using scoped valuesLars Knoll2013-09-111-1/+1
* Move CallData onto the JS stackLars Knoll2013-09-111-24/+25
* Optimise property lookups on primitive typesLars Knoll2013-09-021-8/+138
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-24/+24
* change calling convention for JS function callsLars Knoll2013-09-021-18/+36
* Optimize setting new properties on objectsLars Knoll2013-08-181-0/+51
* Restructure source codeLars Knoll2013-08-081-0/+365