aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-2/+2
* This method is only used one place, so inline it thereLars Knoll2015-01-091-1/+16
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-4/+4
* Add a direct accessor to retrieve the JS engine from the ExecutionEngineLars Knoll2015-01-021-1/+1
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-7/+7
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Cleanup exception catching codeLars Knoll2014-11-151-46/+29
* Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-3/+6
* Fix mapping of JS objects/arrays to C++Simon Hausmann2014-09-171-17/+52
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Get rid of StringRefLars Knoll2014-07-221-7/+7
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-4/+4
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-3/+3
* Cleanup our runtime methodsLars Knoll2014-03-111-8/+8
* Rename some filesLars Knoll2014-01-311-1/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-1/+1
|\
| * Fix warning about comparing double to boolean in js_equal().Friedemann Kleint2014-01-231-1/+1
* | clean up Object::has(Own)PropertyLars Knoll2014-01-201-1/+1
* | Add Object::hasOwnProperty()Lars Knoll2014-01-091-1/+1
|/
* Doc: Fix broken linksSze Howe Koh2013-12-301-2/+0
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-12/+12
* Fixup the implementation mess for QJSValue(QString)Lars Knoll2013-12-041-6/+59