aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
* Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-191-1/+1
* Simplify QJSValueIterator code and make it GC safeLars Knoll2015-06-172-12/+10
* Store rootcontext in a GC safe wayLars Knoll2015-06-171-2/+2
* Get rid of StringValue usage in QJSValueIteratorLars Knoll2015-06-102-15/+12
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-2/+2
* doc: Remove uses of \mainclassMartin Smith2015-06-072-2/+0
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-242-3/+3
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-242-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-222-9/+21
|\
| * Doc: Expand on QJSEngine exception handlingSze Howe Koh2015-04-182-9/+21
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-4/+4
* | More cleanupsLars Knoll2015-04-212-4/+4
* | Get rid of Value::asDateObject()Lars Knoll2015-04-161-2/+2
* | Further cleanupsLars Knoll2015-04-161-3/+3
|/
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-1/+3
* Update copyright headersJani Heikkinen2015-02-129-63/+63
* CleanupsLars Knoll2015-01-233-11/+11
* Remove all remaining usages of ValueRefLars Knoll2015-01-232-3/+3
* Get rid of most uses of ValueRefLars Knoll2015-01-232-10/+10
* Rework QJSValue internalsLars Knoll2015-01-215-258/+341
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-214-18/+31
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* Refactor persistent valuesLars Knoll2015-01-164-193/+324
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Add ability to retrieve QJSEngine for a given QObjectSimon Hausmann2015-01-122-0/+20
* Get rid of Value::engine()Lars Knoll2015-01-121-2/+2
* Cleanup variant conversion codeLars Knoll2015-01-092-4/+4
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-092-4/+4
* This method is only used one place, so inline it thereLars Knoll2015-01-091-1/+16
* Make the remaining variant conversion methods staticLars Knoll2015-01-091-1/+1
* Some minimal changes to make qmlpuppet compile againhjk2015-01-061-2/+2
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-4/+4
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* 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 v8engine dependency in toVariant conversionsLars Knoll2015-01-021-5/+4
* Enable gadget wrapping for custom value typesSimon Hausmann2015-01-022-1/+11
* Fix constructions of QJSEngine objectsLars Knoll2015-01-011-2/+3
* Make QQmlPropertyCache available in QJSEngineSimon Hausmann2014-12-292-1/+145
* Make Managed inherit ValueLars Knoll2014-12-201-2/+2
* Make Property uses GC safeLars Knoll2014-12-202-1/+3
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-7/+7
* Fix the way we set the property name during iterationLars Knoll2014-12-201-6/+6
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-3/+3
* Better encapsulate access to the global objectLars Knoll2014-12-112-3/+3
* Encapsulate accesses to the root contextLars Knoll2014-12-111-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+6
|\
| * Add string::arg method in installTranslatorFunctionsKai Koehne2014-12-051-0/+6
* | Cleanup exception catching codeLars Knoll2014-11-153-49/+31