aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix JIT build on INTEGRITY ARM64Kimmo Ollila2018-04-261-4/+4
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-9/+9
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-181-5/+81
|\
| * Document how to work with arrays using QJSValueMitch Curtis2018-02-081-5/+81
* | doc: Fix qdoc warnings for templates and staticsMartin Smith2018-02-091-1/+1
* | Merge remote-tracking branch 'origin/dev' into new-backendLars Knoll2017-11-081-0/+7
|\ \
| * | Doc: add documentation for QJSValueListSamuel Gaist2017-09-301-0/+7
| |/
* | Further cleanup JSCallDataLars Knoll2017-11-071-2/+2
* | Simplify JSCallData constructionLars Knoll2017-11-071-3/+3
* | Get rid of JSCallData::call()Lars Knoll2017-11-071-8/+8
* | Get rid of JSCallData::callAsConstructor()Lars Knoll2017-11-071-3/+3
* | Rename JSCall to JSCallDataLars Knoll2017-11-071-3/+3
* | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-11/+11
* | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-3/+3
* | Don't throw exceptions in Object::delete(indexed) anymoreLars Knoll2017-08-101-4/+1
* | Change function signatures for call/construct backLars Knoll2017-08-041-9/+9
|/
* Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
* QJSValue: Mention how to construct QJSValue from other non-obvious typesRobin Burchell2017-01-121-1/+2
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-8/+6
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-4/+6
* QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-4/+7
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-9/+9
* Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-0/+36
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-1/+1
|\
| * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-1/+1
* | Convert comparison methods to the new runtime syntaxLars Knoll2016-04-111-1/+1
|/
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing nullptr checkFrank Meerkoetter2015-12-141-0/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-021-0/+12
|\
| * Doc: broken links and missing doc for functionsNico Vertriest2015-09-021-0/+12
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-2/+2
* | doc: Remove uses of \mainclassMartin Smith2015-06-071-1/+0
* | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+2
|\|
| * Doc: Expand on QJSEngine exception handlingSze Howe Koh2015-04-181-0/+2
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-4/+4
* | More cleanupsLars Knoll2015-04-211-3/+3
* | Get rid of Value::asDateObject()Lars Knoll2015-04-161-2/+2
* | Further cleanupsLars Knoll2015-04-161-3/+3
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-5/+5
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-9/+9
* Rework QJSValue internalsLars Knoll2015-01-211-193/+220
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-9/+13
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* Refactor persistent valuesLars Knoll2015-01-161-127/+214
* Get rid of Value::engine()Lars Knoll2015-01-121-2/+2
* Cleanup variant conversion codeLars Knoll2015-01-091-2/+2