aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ecmaobjects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate correct code when calling valuesLars Knoll2012-10-171-9/+9
* Convert some more methods to the new calling conventionLars Knoll2012-10-171-5/+3
* Converting more runtime methods to the new calling conventionLars Knoll2012-10-161-1/+1
* Converting more methods to the new calling conventionLars Knoll2012-10-161-16/+9
* Convert Value constructors to new calling conventionLars Knoll2012-10-161-7/+7
* Further convert runtime methods to the new calling conventionLars Knoll2012-10-161-4/+4
* Add missing license headersSimon Hausmann2012-10-121-0/+41
* Remove almost all uses of __qmljs_init_stringLars Knoll2012-10-121-1/+1
* Remove __qmljs_init_(number|boolean)Lars Knoll2012-10-121-7/+7
* Introduce an integer type for ValueLars Knoll2012-10-121-22/+22
* Proper NaN boxing for Valuelaknoll2012-09-191-171/+171
* Implemented Function.prototype.applyRoberto Raggi2012-06-121-2/+21
* Improve support for the assignment operators.Roberto Raggi2012-06-111-1/+2
* Move the defnition of the QML/JS Context to qmljs_runtime.hRoberto Raggi2012-06-051-4/+4
* Initial work on Object.prototype.getOwnPropertyNames.Roberto Raggi2012-06-041-1/+15
* Implemented Object.prototype.isPrototypeOfRoberto Raggi2012-06-041-1/+8
* Implemented Object.prototype.hasOwnProperty.Roberto Raggi2012-06-041-1/+4
* Implemented Object.getPrototypeOf and Object.prototype.valueOfRoberto Raggi2012-06-041-2/+8
* Add special property length of the Object constructor.Roberto Raggi2012-06-041-0/+7
* Initial work on the RegExp objectRoberto Raggi2012-06-041-0/+42
* Initial work on the Object prototypeRoberto Raggi2012-06-041-0/+109
* Use `assert' instead of Q_ASSERT.Roberto Raggi2012-05-301-2/+2
* Fix Array.prototype.concatRoberto Raggi2012-05-281-1/+1
* Fix [[construct] and Object.prototype.toStringRoberto Raggi2012-05-281-1/+4
* Fix the initialization of the ECMA library.Roberto Raggi2012-05-251-88/+32
* Refactored ObjectRoberto Raggi2012-05-251-253/+255
* Throw exceptions in the ecma libraryRoberto Raggi2012-05-241-83/+66
* Implemented Array.prototype.reduceRightRoberto Raggi2012-05-211-1/+23
* Implemented Array.prototype.reduceRoberto Raggi2012-05-211-1/+23
* Implemented Array.prototype.filterRoberto Raggi2012-05-211-1/+24
* Implement Array.prototype.mapRoberto Raggi2012-05-211-3/+31
* Add non generatic implementation of Array.prototype.someRoberto Raggi2012-05-211-1/+17
* Add non generic version of Array.prototype.everyRoberto Raggi2012-05-211-1/+17
* Initial work on Array.prototype.forEach.Roberto Raggi2012-05-211-2/+18
* More work on the Array prototype.Roberto Raggi2012-05-211-0/+99
* Initial work on the Function prototype.Roberto Raggi2012-05-211-3/+79
* Implement Array.prototype.sliceRoberto Raggi2012-05-211-3/+20
* Implement Array.prototype.spliceRoberto Raggi2012-05-211-0/+13
* Implement Array.prototype.sortRoberto Raggi2012-05-211-0/+3
* Remove debugRoberto Raggi2012-05-211-1/+0
* Improve the Array prototypeRoberto Raggi2012-05-211-3/+81
* Initial support for Array objects.Roberto Raggi2012-05-211-1/+203
* Import Array from QtScript classic.Roberto Raggi2012-05-181-0/+1
* Improve [[DefaultValue]]Roberto Raggi2012-05-181-13/+21
* Improve the Number prototype.Roberto Raggi2012-05-181-45/+30
* Improve the Boolean prototype.Roberto Raggi2012-05-181-21/+11
* Improve the Number prototype.Roberto Raggi2012-05-181-125/+105
* Implemented the ecma Date object.Roberto Raggi2012-05-181-21/+200
* Some refactoring and some initial work on the Date object.Roberto Raggi2012-05-181-0/+884
* Add the Boolean Object.Roberto Raggi2012-05-151-0/+64