| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -1/+1 |
| * | Move model types into their own library | Ulf Hermann | 2019-05-02 | 1 | -6/+6 |
| * | ES7: Implement Tail Position Calls in the runtime | Erik Verbruggen | 2018-10-05 | 1 | -1/+3 |
| * | Speed up instanceof operations | Lars Knoll | 2018-09-27 | 1 | -4/+15 |
| * | Unify layout of function objects | Lars Knoll | 2018-09-27 | 1 | -6/+3 |
| * | Better inheritance structure for functions | Lars Knoll | 2018-09-23 | 1 | -14/+31 |
| * | Cleanup init method for ScriptFunction | Lars Knoll | 2018-09-23 | 1 | -2/+3 |
| * | Remove unused argument | Lars Knoll | 2018-09-23 | 1 | -2/+2 |
| * | Member functions should not have a prototype property | Lars Knoll | 2018-09-04 | 1 | -1/+5 |
| * | Don't define a prototype property for most functions | Lars Knoll | 2018-09-04 | 1 | -3/+2 |
| * | Fix super property access | Lars Knoll | 2018-08-31 | 1 | -13/+15 |
| * | Implement IsConstructor for Function objects | Lars Knoll | 2018-08-23 | 1 | -2/+11 |
| * | Fix naming of methods defined in object or class literals | Lars Knoll | 2018-08-01 | 1 | -3/+3 |
| * | Fix a cornercase for instanceof | Lars Knoll | 2018-08-01 | 1 | -2/+3 |
| * | Minor cleanup | Lars Knoll | 2018-08-01 | 1 | -5/+4 |
| * | Add support for super calls | Lars Knoll | 2018-07-03 | 1 | -1/+4 |
| * | Implement support for new.target | Lars Knoll | 2018-07-03 | 1 | -8/+8 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -12/+12 |
| * | Unify the managed and object vtables | Lars Knoll | 2018-07-03 | 1 | -3/+3 |
| * | Cleanups in FunctionObject | Lars Knoll | 2018-06-27 | 1 | -3/+4 |
| * | Add a MemberFunction function object | Lars Knoll | 2018-06-26 | 1 | -0/+14 |
| * | Various fixes for class support | Lars Knoll | 2018-06-26 | 1 | -0/+10 |
| * | Add basic support for EcmaScript classes | Yulong Bai | 2018-06-26 | 1 | -0/+10 |
| * | Add Generator support | Lars Knoll | 2018-05-03 | 1 | -0/+6 |
| * | Cleanup creation code for builtin functions | Lars Knoll | 2018-05-02 | 1 | -8/+1 |
| * | Make instanceOf compliant with the ES7 spec | Lars Knoll | 2018-05-02 | 1 | -0/+1 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-04-18 | 1 | -0/+2 |
| |\ |
|
| | * | Fix calling Qt.binding() on bound functions | Lars Knoll | 2018-04-16 | 1 | -0/+2 |
| * | | garbage collect InternalClass | Lars Knoll | 2018-04-12 | 1 | -4/+6 |
| * | | Remove dependency from qv4heap_p.h onto qv4internalclass_p.h | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| * | | Disambiguate different allocation functions in the memory manager | Lars Knoll | 2018-04-12 | 1 | -2/+2 |
| |/ |
|
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -2/+2 |
| * | Get rid of BuiltinFunction | Lars Knoll | 2018-01-15 | 1 | -25/+6 |
| * | Convert more builtin functions to use the new calling convention | Lars Knoll | 2018-01-12 | 1 | -6/+6 |
| * | Allow tuning the amount of inline properties per object type | Lars Knoll | 2017-11-15 | 1 | -0/+2 |
| * | Bring back markObjects(), this time generated | Lars Knoll | 2017-11-14 | 1 | -2/+2 |
| * | Convert more builtin methods to new calling convention | Lars Knoll | 2017-11-13 | 1 | -2/+2 |
| * | Introduce new calling convention for builtin functions | Lars Knoll | 2017-11-13 | 1 | -2/+8 |
| * | Change signature for call/callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -10/+10 |
| * | Rename the construct 'virtual' method to callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -5/+5 |
| * | Add a FunctionObject::call(AsConstructor) overload | Lars Knoll | 2017-11-07 | 1 | -0/+3 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Change signature of call/construct | Lars Knoll | 2017-11-07 | 1 | -6/+6 |
| * | Add functions pointers for call/construct to FunctionObject | Lars Knoll | 2017-11-07 | 1 | -3/+13 |
| * | Unify IndexedBuiltinFunction with BuiltinFunction | Lars Knoll | 2017-08-08 | 1 | -14/+7 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -12/+7 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -13/+13 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -14/+6 |
| |\ |
|
| | * | Get rid of the old way of defining builtin functions | Lars Knoll | 2017-05-19 | 1 | -11/+0 |
| | * | Move the prototype into the internal class | Lars Knoll | 2017-05-19 | 1 | -1/+4 |