aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8
Commit message (Expand)AuthorAgeFilesLines
* Protect a few constructors against self destructionLars Knoll2013-10-111-0/+4
* Smaller cleanupsLars Knoll2013-10-111-13/+25
* Remove usage of String pointers where not requiredLars Knoll2013-10-111-6/+12
* Remove more direct usages of Managed pointersLars Knoll2013-10-111-3/+3
* Don't print garbage or crash when using console.logJan Arve Saether2013-10-031-8/+17
* Change exception handling APISimon Hausmann2013-10-021-8/+8
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-4/+3
* qdoc: no longer recognizes the version nr in QML refsMartin Smith2013-10-021-6/+6
* Remove most uses of Value from qml/qmlLars Knoll2013-09-302-30/+32
* Fix API for Object::define*PropertyLars Knoll2013-09-284-8/+8
* Remove Value::fromString()Lars Knoll2013-09-283-16/+16
* Remove more direct QV4::Value usageLars Knoll2013-09-282-6/+7
* Make API of QV4::JsonObject GC cleanLars Knoll2013-09-281-9/+13
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-285-32/+32
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-172/+172
* 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