| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| | * | Get rid of the old way of defining builtin functions | Lars Knoll | 2017-05-19 | 1 | -36/+0 |
| | * | Move the prototype into the internal class | Lars Knoll | 2017-05-19 | 1 | -5/+12 |
| | * | Move the list of default internal classes into EngineBase | Lars Knoll | 2017-05-19 | 1 | -3/+3 |
| * | | Go through proper set() functions when writing to MemberData | Lars Knoll | 2017-03-09 | 1 | -6/+7 |
| * | | Add a set() method to HeapValue as well | Lars Knoll | 2017-03-09 | 1 | -1/+1 |
| * | | Make all write operations to Pointer<> types go through a set() method | Lars Knoll | 2017-03-09 | 1 | -7/+7 |
| * | | Separate SimpleCallData and CallData | Lars Knoll | 2017-03-09 | 1 | -2/+2 |
| * | | Unify mark handling for MemberData and ArrayData | Lars Knoll | 2017-03-09 | 1 | -2/+2 |
| * | | New mark table implementation | Lars Knoll | 2017-03-09 | 1 | -20/+2 |
| * | | FunctionObject: Mark name/length property configurable | Robin Burchell | 2017-02-03 | 1 | -4/+4 |
| |/ |
|
| * | Convert more builtin functions | Lars Knoll | 2017-01-25 | 1 | -40/+35 |
| * | Speed up invocation of builtin functions | Lars Knoll | 2017-01-25 | 1 | -6/+31 |
| * | Inline creation of simple call contexts | Lars Knoll | 2017-01-25 | 1 | -4/+4 |
| * | Allocate simple call contexts from a special allocator | Lars Knoll | 2017-01-25 | 1 | -10/+12 |
| * | Optimize code in instanceOf() of FunctionObject::protoForConstructor() | Lars Knoll | 2016-12-13 | 1 | -5/+4 |
| * | Optimize Arguments Object | Lars Knoll | 2016-12-13 | 1 | -1/+8 |
| * | Clean up the amount of init() methods on FunctionObject | Lars Knoll | 2016-12-11 | 1 | -42/+5 |
| * | Get rid of SimpleScriptFunction | Lars Knoll | 2016-12-11 | 1 | -65/+15 |
| * | Fix the init() function in Heap::FunctionObject | Lars Knoll | 2016-12-09 | 1 | -1/+2 |
| * | Don't store a source location in the QQmlBindingFunction anymore | Lars Knoll | 2016-12-09 | 1 | -5/+0 |
| * | Get rid of FunctionObject::createQmlFunction | Lars Knoll | 2016-12-09 | 1 | -19/+0 |
| * | Don't create a QML function is the signal parameters are invalid | Lars Knoll | 2016-12-09 | 1 | -1/+3 |