aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Make Object::getOwnProperty() constLars Knoll2018-09-2319-25/+25
* Cleanups in Value/PrimitiveLars Knoll2018-09-1773-582/+545
* Some more optimizations to Object::internalPut()Lars Knoll2018-09-161-0/+12
* Optimize Object::virtualGet()Lars Knoll2018-09-162-22/+36
* Store InternalClass::nameMap in a MemberDataLars Knoll2018-09-163-20/+124
* Optimize the JIT helpersLars Knoll2018-09-143-14/+24
* Optimize some LookupsLars Knoll2018-09-141-1/+12
* Small optimization in Function.apply()Lars Knoll2018-09-141-1/+3
* Don't let GC runs be dominated by internal classesLars Knoll2018-09-141-2/+2
* Improve performance of IdentifierTable::sweep()Lars Knoll2018-09-142-21/+22
* properly align string table in compiled dataRolf Eike Beer2018-09-142-2/+4
* Doc: Use a macro to resolve the QML import versionTopi Reinio2018-09-143-18/+19
* Remove left over commentRainer Keller2018-09-141-1/+1
* Inline StringOrSymbol::toPropertyKey()Lars Knoll2018-09-142-9/+7
* Check for nullptr in enum conflict analysisRainer Keller2018-09-141-2/+10
* Never inline this lookupLars Knoll2018-09-141-1/+1
* use WTF::roundUpToMultipleOf() instead of open coding itRolf Eike Beer2018-09-131-10/+7
* List possbile enum conflictsRainer Keller2018-09-121-1/+60
* Add qml-worker-script featureMorten Johan Sørvig2018-09-124-6/+13
* Enable relative url assert again on Q_OS_WASMMorten Johan Sørvig2018-09-121-5/+0
* Remove hardcoded Q_OS_WASM “qml/” import pathMorten Johan Sørvig2018-09-121-7/+1
* Add a shortcut into Object::internalPut() for the common casev5.12.0-alpha1Lars Knoll2018-09-111-1/+43
* Micro optimization when initializing the Cpp frameLars Knoll2018-09-112-5/+4
* Refactor SharedIngternalClassDataLars Knoll2018-09-111-41/+74
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-111-0/+4
|\
| * Merge 5.11 into 5.11.2Frederik Gladhorn2018-08-271-0/+17
| |\
| * | Doc: Fix broken linkPaul Wicking2018-08-231-0/+4
* | | make pointer operations more explicit when building string tableRolf Eike Beer2018-09-101-3/+4
* | | Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-102-0/+33
* | | Small correctness fix in Reflect.ownKeys()Lars Knoll2018-09-091-10/+13
* | | Fix a small bug in virtualHasPropertyLars Knoll2018-09-091-5/+6
* | | Include symbols in getOwnPropertyKeysLars Knoll2018-09-095-28/+51
* | | Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-091-1/+2
* | | Fix ownKey iteration over Proxy objectsLars Knoll2018-09-0925-36/+51
* | | Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-082-2/+20
* | | Fix spec compliance of Object::virtualGet()Lars Knoll2018-09-082-44/+26
* | | Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-082-5/+42
* | | Fix toNumber conversions for hex, octal and binary stringsLars Knoll2018-09-081-3/+18
* | | Fix test failures in NumberLars Knoll2018-09-081-14/+28
* | | Fix compression of jump instructions with an type >= 256Lars Knoll2018-09-081-2/+2
* | | avoid duplicate offset calculations when building string tableRolf Eike Beer2018-09-071-3/+3
* | | Fix a corner case in Math.max()Lars Knoll2018-09-071-1/+3
* | | Fix Date.Utc()Lars Knoll2018-09-071-16/+43
* | | Use the correct enum value instead of hard coded intsLars Knoll2018-09-072-5/+5
* | | Get rid of unused variableLars Knoll2018-09-071-1/+0
* | | Don't evaluate the switch expression inside the switch blockLars Knoll2018-09-071-2/+2
* | | Fix a smaller bug in IteratorCloseLars Knoll2018-09-071-13/+20
* | | Add support for yield*Lars Knoll2018-09-0713-11/+181
* | | Throw a type error when trying to destructure null or undefinedLars Knoll2018-09-079-0/+38
* | | Fix exception handling while destructuringLars Knoll2018-09-078-74/+96