| Commit message (Expand) | Author | Age | Files | Lines |
| * | Quote stringified generic variants on JSON.stringify | Ulf Hermann | 2018-12-20 | 1 | -1/+1 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -8/+8 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -4/+5 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | Unify put and putIndexed | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Fix JSON[Symbol.toStringTag] | Lars Knoll | 2018-05-24 | 1 | -0/+3 |
| * | Fix console.log for sequence types such as QStringList | Simon Hausmann | 2018-05-02 | 1 | -1/+1 |
| * | Fix JSON.stringify with sequence types | Simon Hausmann | 2018-04-16 | 1 | -4/+4 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -3/+3 |
| * | Convert more builtin functions to use the new calling convention | Lars Knoll | 2018-01-12 | 1 | -7/+7 |
| * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -9/+9 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -1/+1 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -9/+9 |
| * | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -9/+12 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -22/+22 |
| * | QV4Object: Remove helper put() method | Robin Burchell | 2017-02-09 | 1 | -1/+1 |
| * | Convert more builtin functions | Lars Knoll | 2017-01-25 | 1 | -13/+10 |
| * | Clean up Value::isString()/stringValue() combinations | Lars Knoll | 2016-11-29 | 1 | -6/+6 |
| * | Clean up some duplicated methods | Lars Knoll | 2016-11-29 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-10-10 | 1 | -0/+5 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-10-04 | 1 | -0/+5 |
| | |\ |
|
| | | * | qv4jsonobject: Make use of QVariant::toString in stringification | Robin Burchell | 2016-09-30 | 1 | -0/+5 |
| * | | | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -1/+2 |
| * | | | Qml: replace QStringLiteral with QL1S | Anton Kudryavtsev | 2016-07-05 | 1 | -16/+19 |
| * | | | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -21/+21 |
| * | | | Scrape off some more allocations by using the QStringBuilder | Frank Meerkoetter | 2016-05-09 | 1 | -4/+3 |
| |/ / |
|
| * / | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| |/ |
|
| * | Libraries: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -2/+3 |
| * | Convert FunctionObjects to new allocation syntax | Lars Knoll | 2015-09-22 | 1 | -3/+2 |
| * | Cleanup usage of ExecutionEngine::currentContext | Lars Knoll | 2015-09-15 | 1 | -1/+1 |
| * | Remove type punning from QV4::Value. | Erik Verbruggen | 2015-07-24 | 1 | -3/+3 |
| * | Store a Heap::String pointer in StringObject | Lars Knoll | 2015-06-17 | 1 | -2/+2 |
| * | Fix the GC unsafe stack variable in Stringify | Lars Knoll | 2015-06-15 | 1 | -6/+11 |
| * | Fix another place where we were not compatible with a moving GC | Lars Knoll | 2015-06-15 | 1 | -15/+23 |
| * | Cleanup: Store a pointer to the engine not the context | Lars Knoll | 2015-06-15 | 1 | -11/+11 |
| * | Fix GC problem with json conversion methods | Lars Knoll | 2015-06-15 | 1 | -6/+6 |
| * | Fix some function signatures | Lars Knoll | 2015-06-15 | 1 | -2/+2 |
| * | Continue the work to move Values inside the v4 engine to the js stack | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| * | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -0/+1 |
| * | Remove last asFoo() methods from Managed | Lars Knoll | 2015-04-21 | 1 | -1/+1 |
| * | Get rid of asFunctionObject() | Lars Knoll | 2015-04-21 | 1 | -5/+5 |
| * | More cleanups | Lars Knoll | 2015-04-21 | 1 | -2/+2 |
| * | Get rid of asNumberObject | Lars Knoll | 2015-04-21 | 1 | -3/+3 |
| * | Get rid of asStringObject() | Lars Knoll | 2015-04-17 | 1 | -3/+3 |
| * | QML Engine: JSON XHR response type support | Valery Kotov | 2015-04-16 | 1 | -28/+0 |
| * | Further cleanups | Lars Knoll | 2015-04-16 | 1 | -1/+1 |