aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure source codeLars Knoll2013-08-081-1407/+0
* Remove context argument from most binopsLars Knoll2013-08-071-2/+26
* Cleanup: Remove ExternalResource from QV4::ObjectPeter Varga2013-07-101-4/+0
* Fix crash in qqmlecmascript::sequenceSort with MSVC in debug buildsSimon Hausmann2013-06-261-1/+7
* Fix module name (QtQml) in the license headerSergio Ahumada2013-06-241-2/+2
* Remove a ### commentLars Knoll2013-06-241-1/+0
* Remove the context argument from Managed::callLars Knoll2013-06-221-4/+4
* Remove context argument from Object::get/putValueLars Knoll2013-06-221-14/+14
* Remove context argument from String::makeIdentifier()Lars Knoll2013-06-221-4/+4
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-12/+12
* Remove the context argument from Managed::putIndexedLars Knoll2013-06-221-8/+8
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-6/+6
* Remove context parameter from Managed::getIndexedLars Knoll2013-06-221-9/+9
* Remove the ExecutionContext parameter from Managed::get/setLookupLars Knoll2013-06-221-5/+5
* Remove the context argument from Managed::delete(Indexed)PropertyLars Knoll2013-06-211-12/+12
* Fix GC errors in small objects during constructionSimon Hausmann2013-06-211-0/+3
* Properly implement Object.prototype.__proto__Lars Knoll2013-06-131-6/+0
* Fix diagnostic error message when put fails because of a read-only propertySimon Hausmann2013-06-131-2/+6
* Implement objectiterator on top of an iterator method in the vtblSimon Hausmann2013-06-111-0/+61
* Add convenience method for creating accessor propertiesLars Knoll2013-06-111-0/+17
* Cleanup: Get rid of dynamic property enumerator callbacks in QV4::ObjectSimon Hausmann2013-06-101-18/+6
* Fix various errors in the qjsvalue auto testLars Knoll2013-06-071-0/+2
* Fix crashes when running tst_qqmlecmascript with MM_AGGRESSIVE_GCSimon Hausmann2013-05-311-0/+1
* Fix build on WindowsSimon Hausmann2013-05-221-0/+1
* Another fix for getting more of the QML based tests runningSimon Hausmann2013-05-151-0/+11
* Fix running various QML auto-testsSimon Hausmann2013-05-101-0/+8
* Rename Value::deletedValue() to Value::emptyValue()Lars Knoll2013-05-071-3/+3
* Move the internalClass pointer from Object to ManagedLars Knoll2013-05-061-6/+6
* Get rid of qjsconverter*Lars Knoll2013-05-021-0/+26
* Remove the ExecutionContext from some signatures, replace it with the engine ...Lars Knoll2013-05-021-0/+14
* Simplify function signature for ExecutionEngine::newArrayObjectLars Knoll2013-05-011-2/+2
* Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-291-0/+1252