| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Change signature for call/callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -4/+4 |
| * | Rename the construct 'virtual' method to callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -4/+4 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -4/+4 |
| * | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -15/+15 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -4/+4 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -17/+17 |
| * | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | Avoid creating a CallContext for simple functions | Lars Knoll | 2017-08-10 | 1 | -2/+2 |
| * | Don't throw exceptions in Object::delete(indexed) anymore | Lars Knoll | 2017-08-10 | 1 | -4/+0 |
| * | Don't throw errors from the internal put methods anymore | Lars Knoll | 2017-08-10 | 1 | -49/+31 |
| * | Don't throw from within defineOwnProperty | Lars Knoll | 2017-08-10 | 1 | -27/+11 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -6/+6 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -9/+8 |
| * | Get rid of the compilation unit related members in ExecutionContext | Lars Knoll | 2017-08-03 | 1 | -2/+2 |
| * | Don't use the ISel's anymore | Lars Knoll | 2017-06-22 | 1 | -2/+0 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -66/+67 |
| |\ |
|
| | * | Move the engine() accessor from Object to Managed | Lars Knoll | 2017-05-19 | 1 | -9/+9 |
| | * | Get rid of the old way of defining builtin functions | Lars Knoll | 2017-05-19 | 1 | -40/+0 |
| | * | Optimize lookups in the internalClass | Lars Knoll | 2017-05-19 | 1 | -8/+22 |
| | * | Optimize lookups based on IC changes | Lars Knoll | 2017-05-19 | 1 | -0/+2 |
| | * | Move the prototype into the internal class | Lars Knoll | 2017-05-19 | 1 | -8/+7 |
| | * | Move the internalClass field from Heap::Object to Heap::Base | Lars Knoll | 2017-05-19 | 1 | -0/+1 |
| | * | Properly encapsulate all accesses to the vtable | Lars Knoll | 2017-05-19 | 1 | -3/+3 |
| | * | Optimize other lookups | Lars Knoll | 2017-05-08 | 1 | -1/+1 |
| | * | Re-add some inline property storage | Lars Knoll | 2017-05-08 | 1 | -4/+22 |
| * | | Make writes to ArrayData write-barrier safe | Lars Knoll | 2017-03-09 | 1 | -3/+4 |
| * | | Go through proper set() functions when writing to MemberData | Lars Knoll | 2017-03-09 | 1 | -8/+8 |
| * | | Get rid of methods returning a pointer to a Property structure | Lars Knoll | 2017-03-09 | 1 | -15/+11 |
| * | | Change getValueOrSetter to be write barrier friendly | Lars Knoll | 2017-03-09 | 1 | -44/+50 |
| * | | Make all write operations to Pointer<> types go through a set() method | Lars Knoll | 2017-03-09 | 1 | -2/+2 |
| * | | Refactor how we define Heap objects | Lars Knoll | 2017-03-09 | 1 | -1/+2 |
| * | | Unify mark handling for MemberData and ArrayData | Lars Knoll | 2017-03-09 | 1 | -6/+6 |
| * | | New mark table implementation | Lars Knoll | 2017-03-09 | 1 | -12/+0 |
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Lars Knoll | 2017-02-14 | 1 | -1/+2 |
| |\| |
|
| | * | Fix a crash in setInternalClass | Robin Burchell | 2017-02-03 | 1 | -1/+2 |
| * | | Object: Introduce set and setIndexed | Robin Burchell | 2017-02-09 | 1 | -0/+2 |
| * | | Object: Allow put and putIndexed to return success or failure | Robin Burchell | 2017-02-09 | 1 | -19/+22 |
| * | | QV4Object: Remove helper put() method | Robin Burchell | 2017-02-09 | 1 | -7/+0 |
| * | | FunctionObject: Mark name/length property configurable | Robin Burchell | 2017-02-03 | 1 | -4/+17 |
| |/ |
|
| * | jsruntime: Add a vtable hook on Object for instanceof | Robin Burchell | 2017-01-26 | 1 | -0/+43 |
| * | Ensure that we never create empty MemberData objects | Lars Knoll | 2017-01-25 | 1 | -1/+1 |
| * | Convert builtins in TypedArray, ArrayBuffer and DataView | Lars Knoll | 2017-01-25 | 1 | -0/+21 |
| * | Speed up invocation of builtin functions | Lars Knoll | 2017-01-25 | 1 | -0/+21 |
| * | Get rid of the inline member data in Object | Lars Knoll | 2017-01-25 | 1 | -9/+2 |
| * | Streamline code allocating MemberData | Lars Knoll | 2016-12-13 | 1 | -8/+3 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -3/+3 |
| * | Qml: replace QStringLiteral with QL1S | Anton Kudryavtsev | 2016-07-05 | 1 | -1/+1 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -8/+9 |
| * | Scrape off some more allocations by using the QStringBuilder | Frank Meerkoetter | 2016-05-09 | 1 | -3/+2 |