| Commit message (Expand) | Author | Age | Files | Lines |
| * | Port from implicit to explicit atomic operations | Marc Mutz | 2019-07-02 | 1 | -3/+3 |
| * | Make JavaScript execution interruptible | Ulf Hermann | 2019-04-30 | 1 | -0/+6 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-04-10 | 1 | -1/+1 |
| |\ |
|
| | * | Doc: Use the \nullptr macro instead of 0 | Venugopal Shivashankar | 2019-03-29 | 1 | -1/+1 |
| * | | Remove unused includes of qv8engine_p.h | Ulf Hermann | 2019-04-09 | 1 | -1/+0 |
| * | | V4: Clean up the runtime functions declarations | Erik Verbruggen | 2019-02-05 | 1 | -1/+1 |
| |/ |
|
| * | Documentation: Start using the \nullptr macro | Friedemann Kleint | 2019-01-21 | 1 | -3/+3 |
| * | Doc: Fix spelling of qjsvalue_cast() | Ulf Hermann | 2018-11-20 | 1 | -1/+1 |
| * | Clarify documentation about throwError and the specific error types | Simon Hausmann | 2018-10-31 | 1 | -6/+16 |
| * | Add convenience functions for creating and inspecting error objects | Allan Sandfeld Jensen | 2018-10-30 | 1 | -1/+52 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -2/+2 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -16/+4 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Unify put and putIndexed | Lars Knoll | 2018-07-02 | 1 | -4/+2 |
| * | Unify deleteProperty and deleteIndexedProperty vtable methods | Lars Knoll | 2018-06-26 | 1 | -1/+1 |
| * | Add Proxy support for prototype handling | Lars Knoll | 2018-06-25 | 1 | -3/+3 |
| * | Add virtual interface for hasProperty | Lars Knoll | 2018-06-25 | 1 | -2/+2 |
| * | Implement a virtual interface for getOwnProperty | Lars Knoll | 2018-06-25 | 1 | -1/+1 |
| * | Fix JIT build on INTEGRITY ARM64 | Kimmo Ollila | 2018-04-26 | 1 | -4/+4 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -9/+9 |
| * | Merge remote-tracking branch 'origin/5.9' into 5.11 | Liang Qi | 2018-02-18 | 1 | -5/+81 |
| |\ |
|
| | * | Document how to work with arrays using QJSValue | Mitch Curtis | 2018-02-08 | 1 | -5/+81 |
| * | | doc: Fix qdoc warnings for templates and statics | Martin Smith | 2018-02-09 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/dev' into new-backend | Lars Knoll | 2017-11-08 | 1 | -0/+7 |
| |\ \ |
|
| | * | | Doc: add documentation for QJSValueList | Samuel Gaist | 2017-09-30 | 1 | -0/+7 |
| | |/ |
|
| * | | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -3/+3 |
| * | | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -8/+8 |
| * | | Get rid of JSCallData::callAsConstructor() | Lars Knoll | 2017-11-07 | 1 | -3/+3 |
| * | | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -3/+3 |
| * | | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -11/+11 |
| * | | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -3/+3 |
| * | | Don't throw exceptions in Object::delete(indexed) anymore | Lars Knoll | 2017-08-10 | 1 | -4/+1 |
| * | | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -9/+9 |
| |/ |
|
| * | Move the engine() accessor from Object to Managed | Lars Knoll | 2017-05-19 | 1 | -2/+2 |
| * | QJSValue: Mention how to construct QJSValue from other non-obvious types | Robin Burchell | 2017-01-12 | 1 | -1/+2 |
| * | Clean up Value::isString()/stringValue() combinations | Lars Knoll | 2016-11-29 | 1 | -8/+6 |
| * | Clean up duplicated checks whether a Value is a Managed | Lars Knoll | 2016-11-29 | 1 | -4/+6 |
| * | QJSValue: Adapt to introduction of QMetaType::Nullptr | Christian Kandeler | 2016-08-08 | 1 | -4/+7 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -9/+9 |
| * | Add QJSEngine::newQMetaObject | Corentin Jabot | 2016-06-05 | 1 | -0/+36 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-05-24 | 1 | -1/+1 |
| |\ |
|
| | * | V4: allow inlining of ExecutionEngine::{qml,js}Engine() | Erik Verbruggen | 2016-05-20 | 1 | -1/+1 |
| * | | Convert comparison methods to the new runtime syntax | Lars Knoll | 2016-04-11 | 1 | -1/+1 |
| |/ |
|
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Add missing nullptr check | Frank Meerkoetter | 2015-12-14 | 1 | -0/+3 |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Simon Hausmann | 2015-09-02 | 1 | -0/+12 |
| |\ |
|
| | * | Doc: broken links and missing doc for functions | Nico Vertriest | 2015-09-02 | 1 | -0/+12 |
| * | | Move the StringValue members of ExecutionEngine onto the JS stack | Lars Knoll | 2015-06-10 | 1 | -2/+2 |