aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-3/+4
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-25/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+34
* Prefix vtable methods with virtualLars Knoll2018-07-031-10/+10
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-3/+3
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-3/+7
* Unify put and putIndexedLars Knoll2018-07-021-2/+6
* Unify deleteProperty and deleteIndexedProperty vtable methodsLars Knoll2018-06-261-2/+8
* Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-021-8/+25
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-20/+19
* Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* Get rid of JSCallData::call()Lars Knoll2017-11-071-5/+5
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-2/+2
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-6/+8
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Move line number information into a side tableLars Knoll2017-08-251-1/+1
* Cleanup naming of Stack frame structuresLars Knoll2017-08-101-1/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-5/+13
* Fix frame handlingLars Knoll2017-08-041-1/+1
* Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-3/+3
* Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-271-0/+16
* Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-211-28/+49
* Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-6/+7
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-34/+30
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-6/+3
|\
| * Fix gcc6 buildAllan Sandfeld Jensen2016-10-161-6/+3
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-121-16/+8
| |\
* | \ Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-16/+8
|\ \ \ | | |/ | |/|
| * | Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-101-16/+8
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-10/+12
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-27/+31
* | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-3/+6
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-1/+1
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-2/+2
| |/ |/|
* | Add QVector support to JS sequencesKevin Ottens2016-05-031-0/+12
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-12/+11
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-3/+3
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-2/+2
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-4/+4
* Further cleanupsLars Knoll2015-04-161-4/+4