aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4lookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup now unused code paths in qv4lookupLars Knoll2017-11-271-71/+0
* Convert setters to use the id in InternalClassLars Knoll2017-11-271-71/+94
* Convert global getters to use the id in internalclassLars Knoll2017-11-271-120/+30
* Convert primitive lookups to use the new ID in internal classLars Knoll2017-11-271-125/+58
* Refactor getter lookupsLars Knoll2017-11-271-158/+134
* Simplify inline gettersLars Knoll2017-11-141-11/+13
* Further cleanup JSCallDataLars Knoll2017-11-071-5/+5
* Simplify JSCallData constructionLars Knoll2017-11-071-8/+8
* Get rid of JSCallData::call()Lars Knoll2017-11-071-21/+21
* Rename JSCall to JSCallDataLars Knoll2017-11-071-8/+8
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-24/+21
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-1/+1
* Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-2/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-2/+3
| |\
| | * Improve releasing of memory allocated from compilation unit stringsSimon Hausmann2017-08-041-2/+3
* | | Avoid creating a CallContext for simple functionsLars Knoll2017-08-101-7/+7
* | | Don't throw errors from the internal put methods anymoreLars Knoll2017-08-101-34/+34
* | | Remove unused lookup typesLars Knoll2017-08-101-134/+0
* | | Change function signatures for call/construct backLars Knoll2017-08-041-16/+8
* | | Get rid of the compilation unit related members in ExecutionContextLars Knoll2017-08-031-7/+7
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-75/+197
|\|
| * 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
* | Implement a real write barrierLars Knoll2017-03-091-1/+1
* | Make writes to ArrayData write-barrier safeLars Knoll2017-03-091-2/+2
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-10/+10
* | Always pass the ExecutionEngine into lookup callsLars Knoll2017-03-091-15/+15
* | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-091-3/+3
|/
* 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