aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dependency from qv4heap_p.h onto qv4internalclass_p.hLars Knoll2018-04-121-1/+5
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-7/+7
* Remove unused methodLars Knoll2018-01-191-2/+0
* Disentangle include dependencies around the write barrierLars Knoll2018-01-191-2/+2
* Get rid of BuiltinFunctionLars Knoll2018-01-151-10/+0
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-1/+1
* Convert setters to use the id in InternalClassLars Knoll2017-11-271-5/+0
* Refactor getter lookupsLars Knoll2017-11-271-6/+0
* Add a unique id to InternalClass that describes it's total stateLars Knoll2017-11-271-0/+2
* Allow tuning the amount of inline properties per object typeLars Knoll2017-11-151-0/+2
* Simplify inline gettersLars Knoll2017-11-141-0/+4
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-8/+5
* Get rid of the last usage of the V4_OBJECT macroLars Knoll2017-11-141-15/+0
* Convert methods of RegExp to new calling conventionLars Knoll2017-11-131-0/+4
* Introduce new calling convention for builtin functionsLars Knoll2017-11-131-0/+4
* Change signature for call/callAsConstructorLars Knoll2017-11-071-4/+4
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-3/+3
* Add functions pointers for call/construct to FunctionObjectLars Knoll2017-11-071-4/+0
* Don't throw errors from the internal put methods anymoreLars Knoll2017-08-101-17/+4
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-6/+6
* Change function signatures for call/construct backLars Knoll2017-08-041-8/+8
* Don't use the ISel's anymoreLars Knoll2017-06-221-0/+1
* 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