aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-1710-72/+147
* Provide some more documentation for modules in QJSEngineSimon Hausmann2018-08-161-0/+39
* Add API to QJSEngine for importing ECMAScript modulesSimon Hausmann2018-08-162-0/+51
* Fix the class name property of default exported classesSimon Hausmann2018-08-161-0/+8
* Fix the name of anonymous generators and function declarationsSimon Hausmann2018-08-151-5/+12
* Fix initialization of default exported functions and generatorsSimon Hausmann2018-08-154-13/+31
* Fix attributes returned by getOwnPropertyDescriptor on module namespace objectsSimon Hausmann2018-08-151-1/+1
* Fix order of own property names of module namespace objectsSimon Hausmann2018-08-156-13/+59
* Fix Reflect.ownKeysSimon Hausmann2018-08-151-2/+22
* Fix usage of const in for declarationsSimon Hausmann2018-08-153-1/+4
* Implement RegExp.prototype[Symbol.split]Lars Knoll2018-08-152-17/+137
* Fix spec compliance for the RegExp constructorLars Knoll2018-08-153-31/+76
* Fix some details in RegExp handlingLars Knoll2018-08-155-18/+52
* Implement RegExp.prototype[Symbol.replace]Lars Knoll2018-08-154-15/+181
* Implement RegExp.prototype[Symbol.search]Lars Knoll2018-08-152-0/+36
* Implement String.prototype.match as per ES7 specLars Knoll2018-08-151-29/+17
* Improve RegExp.prototype[Symbol.match] implementationLars Knoll2018-08-153-15/+67
* Cleanup RegExpObjectLars Knoll2018-08-1510-148/+244
* Partial implementation of RegExp.prototype[Symbol.match]Lars Knoll2018-08-152-46/+98
* Fix explicit export of imported variablesSimon Hausmann2018-08-142-3/+24
* Simplify ES module body handlingSimon Hausmann2018-08-145-100/+17
* Fix module dependency handlingSimon Hausmann2018-08-149-45/+54
* Fix multi variable module import listsSimon Hausmann2018-08-141-1/+1
* Improve error handling for non-existent file importsSimon Hausmann2018-08-141-1/+3
* Implement star re-exportsSimon Hausmann2018-08-141-1/+30
* Implement initial support for import namespacesSimon Hausmann2018-08-144-4/+134
* Implement indirect exports in modulesSimon Hausmann2018-08-142-12/+63
* Enable the Yarr JIT for regexps with nested parenthesisLars Knoll2018-08-112-1/+10
* Fix support for default exports in modulesSimon Hausmann2018-08-108-21/+87
* Enable unicode regular expressionsLars Knoll2018-08-1010-10/+30
* Update Yarr to the latest version from WebKitLars Knoll2018-08-103-12/+19
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-0925-12/+812
* JS: Also have modulo return integer 0 when the lhs is 0Erik Verbruggen2018-08-091-4/+7
* Fix ASAN warnings about new-delete-size-mismatchSimon Hausmann2018-08-081-1/+9
* Fix ASAN error about new-delete-size mismatchSimon Hausmann2018-08-081-1/+4
* QQmlTableInstanceModel: remove false assertRichard Moe Gustavsen2018-08-071-6/+18
* QQuickTableView: improve draining of reuse poolRichard Moe Gustavsen2018-08-071-0/+1
* Minor cleanupSimon Hausmann2018-08-062-5/+5
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-064-20/+21
* Fix some details in class initializationLars Knoll2018-08-062-1/+18
* Implement String.rawLars Knoll2018-08-062-0/+43
* Simplify chunk sweeping codeSimon Hausmann2018-08-051-17/+11
* Fix crashes when GC'ing internal classesLars Knoll2018-08-041-3/+11
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-044-3/+162
* Implement support for Object.valuesLars Knoll2018-08-042-0/+30
* Add support for Object.getOwnPropertyDescriptorsLars Knoll2018-08-042-0/+31
* Add Object.entries()Lars Knoll2018-08-042-0/+41
* Simplify ObjectIterator::nextLars Knoll2018-08-043-56/+28
* Adapt to QMetaObject::d internal changesThiago Macieira2018-08-041-1/+1
* Fix crash in language/statements/class/syntax/class-body-method-definition-su...Simon Hausmann2018-08-031-1/+2