aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* | Cleanup variant conversion codeLars Knoll2015-01-094-93/+100
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-094-12/+720
* | This method is only used one place, so inline it thereLars Knoll2015-01-092-24/+0
* | Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-081-1/+1
* | Clean up JS .import/.pragma directive scanningSimon Hausmann2015-01-082-2/+9
* | Remove qv8engine usage in the contextwrapperLars Knoll2015-01-082-2/+2
* | Get rid of QV8Engine::toStringLars Knoll2015-01-081-1/+1
* | Remove v8engine pointer from QQmlV4FunctionLars Knoll2015-01-081-1/+1
* | Get rid of more uses of QV8EngineLars Knoll2015-01-083-30/+35
* | Reduce v8engine dependency for the list modelLars Knoll2015-01-081-1/+1
* | Further reduce v8engine dependenciesLars Knoll2015-01-082-16/+12
* | The property() calls in the proeprty cache only require a QJSEngine nowLars Knoll2015-01-081-2/+2
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-0313-60/+60
* | Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-038-15/+15
* | Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-023-11/+11
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-029-20/+20
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-025-11/+11
* | Add a direct accessor to retrieve the JS engine from the ExecutionEngineLars Knoll2015-01-022-0/+8
* | Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-2/+2
* | Reduce v8engine dependency in qv4includeLars Knoll2015-01-022-6/+5
* | Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-022-6/+6
* | Remove v8engine dependency in toVariant conversionsLars Knoll2015-01-022-9/+7
* | Do not cause SegFault when importing empty javascriptNobuaki Sukegawa2015-01-021-5/+3
* | Remove v8engine dependency from qv4serialize.*Lars Knoll2015-01-012-25/+23
* | Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-1/+1
* | Make QV4::Value::isNaN() inlineOleg Shparber2014-12-311-2/+2
* | QV4::InternalClass: reserve space for transitions.Robin Burchell2014-12-311-0/+2
* | Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-291-1/+1
* | Removed usage of QQmlValueType in QQmlValueTypeWrapperSimon Hausmann2014-12-281-1/+1
* | Make QV4::CallData::argument() method constantOleg Shparber2014-12-271-1/+1
* | Prepare method invocation in QObject bindings for gadget supportSimon Hausmann2014-12-232-52/+88
* | Move methodParameterTypes and methodReturnType helper functionsSimon Hausmann2014-12-231-6/+4
* | Further value type wrapper cleanupsSimon Hausmann2014-12-231-2/+2
* | Cleanup: Fix value type wrapper class nameSimon Hausmann2014-12-232-4/+4
* | Initial work on gadget supportSimon Hausmann2014-12-221-31/+4
* | Make Managed inherit ValueLars Knoll2014-12-2012-39/+30
* | Make Property uses GC safeLars Knoll2014-12-2012-98/+105
* | Store a heap object in the qmlextensionsLars Knoll2014-12-201-3/+2
* | Use pointers to Heap object to avoid recursionLars Knoll2014-12-202-7/+8
* | Use Scoped values a bit more consistentlyLars Knoll2014-12-201-18/+17
* | Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-205-27/+31
* | Fix crash when setting proto to 0Lars Knoll2014-12-201-2/+2
* | Fix JSON stringification to work with heap objectsLars Knoll2014-12-201-8/+10
* | Fix Context::getPropertyAndBase to use Heap based objectsLars Knoll2014-12-203-8/+6
* | Fix comparisons between Object pointersLars Knoll2014-12-202-4/+6
* | Use a Heap::FunctionObject to store the thrower functionLars Knoll2014-12-203-2/+6
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-2017-145/+145
* | Fix wrong use of Scoped.getPointer()Lars Knoll2014-12-201-1/+1
* | Fix RegExpCache to store Heap ObjectsLars Knoll2014-12-202-5/+6
* | Store a Heap::EvalFunction pointer in the engineLars Knoll2014-12-203-4/+4