aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
...
* Convert more methods in QV8EngineLars Knoll2013-09-262-15/+23
* Move more API over to use ValueRefLars Knoll2013-09-262-91/+96
* Make parts of qv8engine_p.h GC safeLars Knoll2013-09-262-10/+11
* Fix QQmlV4Function API to be GC safeLars Knoll2013-09-261-14/+19
* Fix API of QQmlV4HandleLars Knoll2013-09-261-11/+4
* Fix Persistent/WeakValue APILars Knoll2013-09-261-5/+10
* Doc: Made \since commands in src/qml consistent.Jerome Pasion2013-09-251-1/+1
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-8/+12
* Convert putIndexed()Lars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-223-12/+19
* Cleanup Object::define*Property APILars Knoll2013-09-223-89/+89
* Add a Safe<T> class and start using itLars Knoll2013-09-221-1/+3
* Start using StringRef for parameter passingLars Knoll2013-09-221-3/+3
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-18/+5
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-2/+1
* Further work towards an exact GCLars Knoll2013-09-224-11/+16
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-11/+14
* Convert some methods to use Returned<>Lars Knoll2013-09-182-13/+16
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-7/+7
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-183-119/+115
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-3/+4
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-182-183/+183
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-5/+14
* Don't access out of bounds argumentsLars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-122-23/+23
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Move CallData onto the JS stackLars Knoll2013-09-112-6/+7
* Make it possible to handle pointers to QObject derived in QML.Stephen Kelly2013-09-101-0/+2
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+0
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-022-3/+3
* change calling convention for JS function callsLars Knoll2013-09-022-4/+6
* Fix tst_qqmlecmascript::scope() and behavioural compatibility with v8 based qmlSimon Hausmann2013-08-081-0/+3
* Move the JS Api into it's own folderLars Knoll2013-08-0813-2309/+1
* Remove outdated notes fileLars Knoll2013-08-081-4/+0
* Optimize the JS == operatorLars Knoll2013-08-071-1/+1
* Fix tst_QJSValueIterator::iterateString() on Mac OS XSimon Hausmann2013-07-232-13/+12
* Move QV4::Exception into a separate compilation unit with header fileSimon Hausmann2013-07-123-0/+3
* Fix qqmlecmascript::sequenceConversionThreads with aggressive GCSimon Hausmann2013-07-011-4/+4
* Convert QV8Engine::illegalNames() to use the identifier hashLars Knoll2013-06-282-4/+6
* Remove some unused code and forward declarationsLars Knoll2013-06-281-1/+0
* Fix tst_QJSValue::engineDeleted with MSVCSimon Hausmann2013-06-261-0/+1
* Fix crashes with MSVC on x86Simon Hausmann2013-06-261-1/+0
* Fix compilation with namespaced QtSimon Hausmann2013-06-261-2/+2
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-242-14/+18
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-128-8/+8
| |\
| | * Fix -Wpedantic warningsAlbert Astals Cid2013-06-126-6/+6