aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into wip/new-backendSimon Hausmann2017-09-121-1/+4
|\
| * Drain the markStack while collecting rootsLars Knoll2017-09-081-1/+4
* | Unify JSStackFrame and CallDataLars Knoll2017-09-011-1/+1
* | Fix line number mapping to work with non increasing line numbersLars Knoll2017-08-291-8/+9
* | Move line number information into a side tableLars Knoll2017-08-251-2/+15
* | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-08-181-3/+3
| |\
| | * Use QQmlType by valueLars Knoll2017-08-021-3/+3
* | | Get rid of CallData in the ExecutionContextLars Knoll2017-08-181-8/+1
* | | Cleanup naming of Stack frame structuresLars Knoll2017-08-101-10/+8
* | | Refactor context handlingLars Knoll2017-08-101-13/+6
* | | Avoid creating a CallContext for simple functionsLars Knoll2017-08-101-6/+5
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-7/+2
* | | Fix frame handlingLars Knoll2017-08-041-9/+12
* | | Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-42/+20
* | | Unify SimpleCallContext and CallContextLars Knoll2017-07-051-2/+2
* | | Get rid of the GlobalContext and WithContext classesLars Knoll2017-07-051-3/+4
* | | Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-3/+3
* | | Remove now unused filesLars Knoll2017-06-301-3/+3
* | | Lower the maximum call depth for debug buildsErik Verbruggen2017-06-291-0/+5
* | | Don't use the ISel's anymoreLars Knoll2017-06-221-37/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-52/+84
|\|
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-2/+2
| * Move the prototype into the internal classLars Knoll2017-05-191-45/+61
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-14/+26
| * Add ICs for String, MemberData and ArrayDataLars Knoll2017-05-191-0/+4
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-44/+46
| * Move a few more members from ExecutionEngine to EngineBaseLars Knoll2017-05-191-3/+1
* | QmlContextWrapper -> QQmlContextWrapperRobin Burchell2017-05-041-1/+1
* | QmlTypeWrapper: -> QQmlTypeWrapperRobin Burchell2017-05-041-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-04-221-1/+1
|\|
| * Fix build without features.qml-interpreterTasuku Suzuki2017-04-211-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-071-1/+1
|\|
| * Fix value type encoding constant usage when cross-compilingSimon Hausmann2017-03-301-1/+1
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-10/+17
* | CleanupsLars Knoll2017-04-071-17/+13
* | Remove assertObjectBelongsToEngine methodLars Knoll2017-04-071-6/+0
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-1/+2
|\|
| * Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-211-1/+2
| * Fix running of 32-bit JIT code generated on 64-bit hostsSimon Hausmann2017-03-171-3/+1
* | Incremental garbage collectionLars Knoll2017-03-091-13/+15
* | Implement a real write barrierLars Knoll2017-03-091-3/+3
* | Make writes to ArrayData write-barrier safeLars Knoll2017-03-091-1/+3
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-2/+2
* | Separate SimpleCallData and CallDataLars Knoll2017-03-091-1/+1
* | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-091-3/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-0/+2
|\|
| * Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-211-0/+2
* | NumberObject: Copy parseInt and parseFloat from the global objectRobin Burchell2017-02-031-3/+22
|/