aboutsummaryrefslogtreecommitdiffstats
path: root/qv4ecmaobjects_p.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup constructor handlingLars Knoll2012-12-171-1/+0
* Simplify/speed up retrieving of propertiesLars Knoll2012-12-141-1/+1
* Implement Object.getOwnPropertyDescriptorLars Knoll2012-12-111-0/+1
* Implement Object.create/defineProperty/definePropertiesLars Knoll2012-12-081-0/+2
* Add defineGetter and defineSetter methods to ObjectLars Knoll2012-11-291-0/+3
* Throw a SyntaxError instead of printing an error message.Erik Verbruggen2012-11-281-1/+1
* Keep the EvalISelFactory in the ExecutionEngine.Erik Verbruggen2012-11-211-4/+1
* Use an isel factory instead of MASM in FunctionCTor.Erik Verbruggen2012-11-201-1/+4
* return results directly instead of using the contextLars Knoll2012-11-201-167/+167
* Rename Context to ExecutionContextLars Knoll2012-11-191-218/+218
* Added all missing error objects.Erik Verbruggen2012-11-151-1/+82
* Initial implementation of the Error prototype and constructorLars Knoll2012-11-011-0/+17
* Conformant implementation of the object internal methodsLars Knoll2012-10-311-1/+1
* Rework propertiesLars Knoll2012-10-311-1/+1
* Implement regexp supportLars Knoll2012-10-201-1/+1
* Add missing license headersSimon Hausmann2012-10-121-0/+40
* Proper NaN boxing for Valuelaknoll2012-09-191-3/+3
* Add special property length of the Object constructor.Roberto Raggi2012-06-041-0/+1
* Initial work on the RegExp objectRoberto Raggi2012-06-041-0/+18
* Initial work on the Object prototypeRoberto Raggi2012-06-041-0/+19
* Fix the initialization of the ECMA library.Roberto Raggi2012-05-251-31/+15
* More work on the Array prototype.Roberto Raggi2012-05-211-0/+9
* Initial work on the Function prototype.Roberto Raggi2012-05-211-0/+21
* Made the ArrayPrototype an ArrayObject.Roberto Raggi2012-05-211-1/+1
* Initial support for Array objects.Roberto Raggi2012-05-211-0/+32
* Improve the Number prototype.Roberto Raggi2012-05-181-4/+1
* Improve the Boolean prototype.Roberto Raggi2012-05-181-1/+1
* Improve the Number prototype.Roberto Raggi2012-05-181-0/+2
* Implemented the ecma Date object.Roberto Raggi2012-05-181-1/+2
* Some refactoring and some initial work on the Date object.Roberto Raggi2012-05-181-0/+67
* Add the Boolean Object.Roberto Raggi2012-05-151-0/+19
* Initial implementation of the Math Object.Roberto Raggi2012-05-141-0/+25
* Introduce the ExecutionEngine.Roberto Raggi2012-05-141-0/+6
* Initial work on the Number object.Roberto Raggi2012-05-141-0/+21
* Initial work on the String object.Roberto Raggi2012-05-141-0/+62