aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Add support for disk caching of ES modulesSimon Hausmann2018-08-172-7/+11
* Add support for importing ES modules in .qml filesSimon Hausmann2018-08-173-18/+26
* 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-154-13/+15
* Fix Reflect.ownKeysSimon Hausmann2018-08-151-2/+22
* 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-155-131/+231
* Partial implementation of RegExp.prototype[Symbol.match]Lars Knoll2018-08-152-46/+98
* Fix explicit export of imported variablesSimon Hausmann2018-08-141-0/+19
* Improve error handling for non-existent file importsSimon Hausmann2018-08-141-1/+3
* Implement initial support for import namespacesSimon Hausmann2018-08-142-1/+131
* Enable the Yarr JIT for regexps with nested parenthesisLars Knoll2018-08-112-1/+10
* Enable unicode regular expressionsLars Knoll2018-08-105-7/+19
* Update Yarr to the latest version from WebKitLars Knoll2018-08-103-12/+19
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-096-2/+273
* JS: Also have modulo return integer 0 when the lhs is 0Erik Verbruggen2018-08-091-4/+7
* 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
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-043-1/+160
* 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
* Fix crash in language/statements/class/syntax/class-body-method-definition-su...Simon Hausmann2018-08-031-1/+2
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-0210-264/+23
* Remove support for iterating over the proto chain from ObjectIteratorLars Knoll2018-08-022-6/+2
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-0215-37/+356
* Fix a memory leak when GC'ing Symbol objectsLars Knoll2018-08-021-1/+1
* Fix some spec incompatibilities in Object.prototypeLars Knoll2018-08-021-8/+8
* Fix writing to properties of primitive dataLars Knoll2018-08-023-4/+20
* Fix a couple of test failures related to error objectsLars Knoll2018-08-023-21/+27
* Fix naming of methods defined in object or class literalsLars Knoll2018-08-017-20/+65
* Fix a cornercase for instanceofLars Knoll2018-08-013-9/+13
* Fix Function.prototype[Symbol.hasInstance]Lars Knoll2018-08-011-3/+3
* Minor cleanupLars Knoll2018-08-012-8/+6
* Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-011-1/+1
* Add missing "We mean it." warningFrederik Gladhorn2018-07-311-0/+11
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-1/+1
* Fix the remaining test failures with non strict arguments objectsLars Knoll2018-07-305-224/+99
* Add support for @@unscopablesLars Knoll2018-07-302-20/+106
* Make Array.prototype.concat comply better with the specLars Knoll2018-07-303-10/+49
* Fix AOT byte code generation of unary ops with constantsSimon Hausmann2018-07-301-1/+1