aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't use bitfields for VTable flagsLars Knoll2018-05-034-14/+14
* Cosmetic cleanupLars Knoll2018-05-031-5/+3
* Fix handling of yield expression in the parserLars Knoll2018-05-031-6/+18
* Optimize conversions to array indicesLars Knoll2018-05-031-19/+21
* Add support for horizontal gradients in RectangleMichael Brasser2018-05-0310-105/+200
* QV4::String: Fix build with QT_NO_CAST_FROM_ASCIIFriedemann Kleint2018-05-031-1/+1
* Fix UBSAN warnings in masmErik Verbruggen2018-05-032-3/+19
* QmlJS: Do not use realloc for QStringRefOrgad Shaneh2018-05-031-3/+2
* Fix some parse errorsLars Knoll2018-05-031-3/+3
* Make qqmljs.g accessible in Qt CreatorSimon Hausmann2018-05-021-0/+2
* Remove the code to manually initialize resources in static buildsSimon Hausmann2018-05-0213-105/+11
* Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-023-10/+27
* Minor tweak to the docs for sequence typesSimon Hausmann2018-05-021-2/+2
* Fix console.log for sequence types such as QStringListSimon Hausmann2018-05-023-2/+3
* Improve error location reporting for custom propertiesSimon Hausmann2018-05-021-3/+1
* Fix asan warningsLars Knoll2018-05-023-3/+24
* Fix heap-use-after-freeSimon Hausmann2018-05-023-12/+13
* Move interpreter loop into it's own functionLars Knoll2018-05-023-19/+26
* Add attributes argument to defineDefaultProperty overloadLars Knoll2018-05-022-3/+3
* Cleanup IteratorPrototype::createIterResult APILars Knoll2018-05-024-12/+12
* Implement StringIteratorLars Knoll2018-05-029-0/+226
* Implement support for arguments[Symbol.iterator]Lars Knoll2018-05-025-4/+19
* Cleanup creation code for builtin functionsLars Knoll2018-05-028-50/+35
* Make instanceOf compliant with the ES7 specLars Knoll2018-05-024-10/+27
* Add Array Iterator objects from ES6 (22.1.5)Robin Burchell2018-05-0213-0/+475
* Make the statistics variables members of the memory managerLars Knoll2018-05-022-22/+8
* Remove static localTZA variableLars Knoll2018-05-024-54/+54
* Fix crash in Function.prototype.bindLars Knoll2018-05-021-7/+9
* Check for errors after evaluating an expressionLars Knoll2018-05-021-1/+4
* Fixes to symbol handling in StringObject and toString()Lars Knoll2018-05-022-26/+26
* Fixes when using getLength()Lars Knoll2018-05-023-5/+8
* Correctly check length limit in Array.push()Lars Knoll2018-05-021-2/+2
* Don't use stringForId() anymoreLars Knoll2018-05-023-3/+3
* Correctly set source location when converting BindingPatternsLars Knoll2018-05-022-1/+2
* Fixup bug in the parser when generating ObjectLiteralsLars Knoll2018-05-021-2/+5
* Add more checks for parse errorsLars Knoll2018-05-021-5/+20
* Correctly iterate over the base of a TaggedTemplateLars Knoll2018-05-021-0/+1
* Fix stringToNumber() to work with SymbolsLars Knoll2018-05-021-0/+5
* Fix sanity checks when declaring variablesLars Knoll2018-05-022-13/+8
* Fix failing assertion with getter and computed property namesLars Knoll2018-05-021-2/+7
* Fix failing assertions when destructuringLars Knoll2018-05-021-2/+6
* Add SymbolObject, well known symbols and fix most remaining issuesLars Knoll2018-05-0212-46/+171
* Implement Symbol.for and Symbol.keyForLars Knoll2018-05-0210-63/+135
* Partial Symbol supportLars Knoll2018-05-0217-35/+338
* Garbage collect identifiersLars Knoll2018-05-0216-55/+178
* Change Objects vtable methods to take a StringOrSymbolLars Knoll2018-05-0220-85/+181
* Remove String dependency from InternalClassLars Knoll2018-05-0211-80/+62
* Smaller cleanupLars Knoll2018-05-021-13/+12
* Unify MemberData::Index and ArrayData::IndexLars Knoll2018-05-027-44/+33
* Add a StringOrSymbol intermediate class between Managed and StringLars Knoll2018-05-026-6/+30