aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ecmaobjects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for calling Error constructor as a function (15.11.1).Erik Verbruggen2012-11-151-1/+2
* Added all missing error objects.Erik Verbruggen2012-11-151-4/+34
* Initial implementation of the Error prototype and constructorLars Knoll2012-11-011-0/+62
* Implement Function(...) and new Function(...)Lars Knoll2012-11-011-2/+54
* Conformant implementation of the object internal methodsLars Knoll2012-10-311-182/+182
* Rework propertiesLars Knoll2012-10-311-5/+5
* Remove all is*Object methods.Erik Verbruggen2012-10-251-1/+1
* Removed duplicate code for the various function call methods.Erik Verbruggen2012-10-251-163/+126
* Implement regexp supportLars Knoll2012-10-201-5/+105
* Remove the is(Type) methods in ValueLars Knoll2012-10-191-2/+2
* Optimise function calls a little.Lars Knoll2012-10-181-59/+66
* Fix unused parameter/variable warnings.Erik Verbruggen2012-10-181-2/+2
* CleanupLars Knoll2012-10-181-7/+7
* More changes to the new calling conventionLars Knoll2012-10-171-4/+4
* Change usages of math.h into cmath. Fixes MacOS build.Erik Verbruggen2012-10-171-1/+1
* 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