aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-19/+55
|\
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+0
| * Get rid of the old way of defining builtin functionsLars Knoll2017-05-191-4/+0
| * Move the prototype into the internal classLars Knoll2017-05-191-2/+2
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-2/+0
| * Properly encapsulate all accesses to the vtableLars Knoll2017-05-191-8/+8
| * Add ICs for String, MemberData and ArrayDataLars Knoll2017-05-191-3/+0
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-4/+4
| * Optimize other lookupsLars Knoll2017-05-081-0/+4
| * Re-add some inline property storageLars Knoll2017-05-081-2/+19
* | Implement a real write barrierLars Knoll2017-03-091-0/+2
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-5/+7
* | Change getValueOrSetter to be write barrier friendlyLars Knoll2017-03-091-2/+2
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-1/+1
* | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-0/+2
* | Refactor how we define Heap objectsLars Knoll2017-03-091-5/+5
* | Unify mark handling for MemberData and ArrayDataLars Knoll2017-03-091-4/+4
* | New mark table implementationLars Knoll2017-03-091-8/+10
* | Object: Introduce set and setIndexedRobin Burchell2017-02-091-0/+37
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-11/+11
* | QV4Object: Remove helper put() methodRobin Burchell2017-02-091-2/+0
* | FunctionObject: Mark name/length property configurableRobin Burchell2017-02-031-0/+4
|/
* jsruntime: Add a vtable hook on Object for instanceofRobin Burchell2017-01-261-1/+6
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-0/+4
* Speed up invocation of builtin functionsLars Knoll2017-01-251-0/+4
* Get rid of the inline member data in ObjectLars Knoll2017-01-251-4/+2
* Streamline code allocating MemberDataLars Knoll2016-12-131-2/+0
* Clean up some duplicated methodsLars Knoll2016-11-291-1/+1
* qv4object_p.h: Replace QtPrivate::is_same by std::is_sameFriedemann Kleint2016-11-091-3/+1
* Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-2/+10
|\
| * Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-101-2/+10
* | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-17/+28
* | QML: Make all context objects trivialErik Verbruggen2016-09-301-3/+13
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-1/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+3
| |\|
| | * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
* | | QML: Allow for inlining InternalClass::findErik Verbruggen2016-07-151-0/+1
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-8/+8
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+3
|\
| * Fix compilation with ICC on WindowsThiago Macieira2015-09-021-0/+3
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-221-8/+0
* | Simplify new construction schemeLars Knoll2015-09-221-0/+14
* | Move more objects over to the new allocation schemeLars Knoll2015-09-221-23/+8
* | Inline property data into the objectLars Knoll2015-09-221-8/+8
* | Get rid of propertyAt in ObjectLars Knoll2015-09-151-4/+2
* | Replace __getPropertyDescriptor__ with a getValueOrSetter callLars Knoll2015-09-151-2/+2
* | Don't return Property * from ArrayData::insertLars Knoll2015-09-151-6/+2