aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix crash with ForIn iterators during gcSimon Hausmann2018-09-031-1/+4
* | | Another try at properly fixing IdentifierTable::sweep()Lars Knoll2018-08-311-46/+15
* | | Throw type error if this is uninitialized when accessing superLars Knoll2018-08-311-0/+5
* | | Fix thisObject when calling super propertiesLars Knoll2018-08-3110-4/+72
* | | Fix super property accessLars Knoll2018-08-317-43/+80
* | | Fix internalPutLars Knoll2018-08-311-75/+30
* | | Correctly create methods for functions in object literalsLars Knoll2018-08-316-14/+48
* | | V4: Add JIT kind to disassemblyErik Verbruggen2018-08-303-4/+4
* | | Fix another bug in sweeping the identifier hash tableSimon Hausmann2018-08-301-1/+10
* | | A reference to a super property can have side effectsLars Knoll2018-08-291-0/+1
* | | Throw a type error if the super class is not a constructorLars Knoll2018-08-291-5/+6
* | | Pass the correct new.target to super callsLars Knoll2018-08-291-4/+3
* | | Initialize this to empty for derived constructorsLars Knoll2018-08-298-20/+23
* | | Fix TDZ check for referencesLars Knoll2018-08-292-5/+24
* | | Remove a bogus Q_UNIMPLEMENTED()Lars Knoll2018-08-291-1/+0
* | | Fix remaining test failures for Array.isArrayLars Knoll2018-08-291-3/+5
* | | Fix handling of uninitialized exports when iterating module namespace objectsSimon Hausmann2018-08-293-6/+12
* | | Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-295-5/+32
* | | Fix scoping of the default exportSimon Hausmann2018-08-291-8/+9
* | | Optimize access to lexically scoped variablesSimon Hausmann2018-08-295-13/+41
* | | Fix most issues with Map.prototype.forEachLars Knoll2018-08-282-4/+4
* | | Fix Map and WeakMap constructorLars Knoll2018-08-282-17/+27
* | | Add support for WeakSetLars Knoll2018-08-287-16/+151
* | | Implement support for WeakMapLars Knoll2018-08-2810-41/+217
* | | Implement the dead temporal zoneSimon Hausmann2018-08-2820-19/+189
* | | Fix crash when running with aggressive gcSimon Hausmann2018-08-281-0/+1
* | | Fix byte code debug output for registers and argsSimon Hausmann2018-08-281-1/+1
* | | Remove very dead codeErik Verbruggen2018-08-271-3/+0
* | | Bump private API versions after typed array API changesSimon Hausmann2018-08-271-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Simon Hausmann2018-08-271-0/+17
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.11' into 5.12Simon Hausmann2018-08-271-0/+17
| |\ \ \ | | | |/ | | |/|
| | * | Fix quadratic behavior when allocating very large objectsLars Knoll2018-08-211-0/+17
| | |/
* | / V4: Split PlatformAssemblerCommon (and base classes) in its own fileErik Verbruggen2018-08-278-1088/+1406
|/ /
* | Implement most remaining methods of AtomicsLars Knoll2018-08-263-16/+124
* | Partial Atomics supportLars Knoll2018-08-266-15/+386
* | Clean up the code handling reads and writes into typed arraysLars Knoll2018-08-253-140/+98
* | Implement support for SharedArrayBufferLars Knoll2018-08-257-43/+164
* | Implement support for call/callAsConstructor in Proxy objectsLars Knoll2018-08-235-17/+116
* | Implement IsConstructor for Function objectsLars Knoll2018-08-2315-74/+40
* | reuse already calculated object offsets during compilationRolf Eike Beer2018-08-231-15/+12
* | Fix QML extended type registrationSimon Hausmann2018-08-231-3/+5
* | Fix some remaining issues with detaching of array buffersLars Knoll2018-08-233-43/+75
* | Implement %TypedArray%.prototype.sliceLars Knoll2018-08-232-24/+75
* | Implement %TypedArray%.prototype.mapLars Knoll2018-08-232-0/+44
* | Implement %TypedArray%.prototype.filterLars Knoll2018-08-232-1/+57
* | Fix %TypedArray%.prototype.subarrayLars Knoll2018-08-231-5/+7
* | Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-238-15/+68
* | Implement a couple of methods of TypedArray.prototypeLars Knoll2018-08-232-0/+569
* | Implement TypedArray.prototype.copyWithinLars Knoll2018-08-233-1/+53
* | Fix a couple of test failures for detached buffersLars Knoll2018-08-231-12/+21