| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Correctly check for duplicate parameter names | Lars Knoll | 2018-04-25 | 1 | -0/+3 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-04-18 | 1 | -15/+32 |
| |\ |
|
| | * | Fix calling Qt.binding() on bound functions | Lars Knoll | 2018-04-16 | 1 | -15/+32 |
| * | | garbage collect InternalClass | Lars Knoll | 2018-04-12 | 1 | -9/+8 |
| * | | Better encapsulation for EngineBase::internalClass | Lars Knoll | 2018-04-12 | 1 | -3/+3 |
| * | | Clean up Engine::newObject/newArrayObject | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| * | | Disambiguate different allocation functions in the memory manager | Lars Knoll | 2018-04-12 | 1 | -1/+1 |
| |/ |
|
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -3/+3 |
| * | Get rid of BuiltinFunction | Lars Knoll | 2018-01-15 | 1 | -21/+0 |
| * | Bring back markObjects(), this time generated | Lars Knoll | 2017-11-14 | 1 | -2/+0 |
| * | Convert more builtin methods to new calling convention | Lars Knoll | 2017-11-13 | 1 | -10/+10 |
| * | Introduce new calling convention for builtin functions | Lars Knoll | 2017-11-13 | 1 | -52/+58 |
| * | Cut out one more C++ layer when doing JS function calls | Lars Knoll | 2017-11-13 | 1 | -18/+4 |
| * | Remove one indirection when doing JS calls | Lars Knoll | 2017-11-07 | 1 | -17/+6 |
| * | Change signature for call/callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -60/+68 |
| * | Rename the construct 'virtual' method to callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -7/+7 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Get rid of the implicit cast operator to a CallData | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -5/+6 |
| * | Change signature of call/construct | Lars Knoll | 2017-11-07 | 1 | -11/+13 |
| * | Add functions pointers for call/construct to FunctionObject | Lars Knoll | 2017-11-07 | 1 | -4/+22 |
| * | Refactor Call/Construct instructions | Lars Knoll | 2017-11-07 | 1 | -5/+9 |
| * | Optimize Function.apply and calling bound functions | Lars Knoll | 2017-10-23 | 1 | -69/+62 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -15/+15 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -28/+25 |
| * | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | Move the stack limit check into VME::exec | Lars Knoll | 2017-09-01 | 1 | -5/+0 |
| * | Cleanups | Lars Knoll | 2017-09-01 | 1 | -5/+0 |
| * | Unify JSStackFrame and CallData | Lars Knoll | 2017-09-01 | 1 | -1/+1 |
| * | Use the context member in CallData | Lars Knoll | 2017-09-01 | 1 | -2/+4 |
| * | Get rid of the FunctionObject parameter to VME::exec() | Lars Knoll | 2017-09-01 | 1 | -2/+2 |
| * | Cleanup argument handling in contexts | Lars Knoll | 2017-08-18 | 1 | -2/+2 |
| * | Always create a valid CallData object for interpreter calls | Lars Knoll | 2017-08-10 | 1 | -2/+2 |
| * | Fix a bug in new Function() | Lars Knoll | 2017-08-10 | 1 | -1/+1 |
| * | Get rid of simpleCall | Lars Knoll | 2017-08-10 | 1 | -13/+2 |
| * | Avoid creating a CallContext for simple functions | Lars Knoll | 2017-08-10 | 1 | -10/+10 |
| * | Reduce usage of the strictMode flag in ExecutionContext | Lars Knoll | 2017-08-10 | 1 | -1/+1 |
| * | Completely avoid intermediate scopes for simple functions | Lars Knoll | 2017-08-08 | 1 | -6/+6 |
| * | Avoid creating a separate Scope in the ExecutionContextSaver | Lars Knoll | 2017-08-08 | 1 | -8/+4 |
| * | Unify IndexedBuiltinFunction with BuiltinFunction | Lars Knoll | 2017-08-08 | 1 | -23/+0 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -32/+32 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -65/+63 |
| * | Unify SimpleCallContext and CallContext | Lars Knoll | 2017-07-05 | 1 | -1/+1 |
| * | Move the Runtime codegen into it's own file | Lars Knoll | 2017-07-03 | 1 | -2/+2 |
| * | Split up qv4codegen into several files | Lars Knoll | 2017-07-03 | 1 | -4/+3 |
| * | Get rid of IR::Module and IR::Function | Lars Knoll | 2017-06-30 | 1 | -1/+1 |
| * | Don't use the ISel's anymore | Lars Knoll | 2017-06-22 | 1 | -4/+1 |
| * | Pass the JSUnitGenerator into the codegen | Lars Knoll | 2017-06-19 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -48/+18 |
| |\ |
|
| | * | Move the engine() accessor from Object to Managed | Lars Knoll | 2017-05-19 | 1 | -6/+6 |