aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_objects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create a proper function object for evalLars Knoll2012-11-181-0/+144
* Added all missing error objects.Erik Verbruggen2012-11-151-1/+42
* Cleanup Context initializationLars Knoll2012-11-151-4/+10
* Store the activation object as a pointer, not as a Value.Lars Knoll2012-11-151-1/+1
* Add missing message property to the ErrorObject.Erik Verbruggen2012-11-141-0/+7
* Better argument ordering.Lars Knoll2012-11-121-2/+2
* Clean up inplace binary operations for subscripts.Lars Knoll2012-11-121-0/+19
* Improve handling of binops on LHS expressionsLars Knoll2012-11-111-11/+25
* Cleanup call and construct semanticsLars Knoll2012-11-111-10/+23
* Initial implementation of the Error prototype and constructorLars Knoll2012-11-011-0/+6
* Add undefined, NaN and Infinity to the global objectLars Knoll2012-10-311-0/+3
* Set property attributes more correctlyLars Knoll2012-10-311-4/+10
* Conformant implementation of the object internal methodsLars Knoll2012-10-311-84/+190
* Add a Value::sameValue() methodLars Knoll2012-10-311-3/+3
* Rework propertiesLars Knoll2012-10-311-53/+96
* Added basic support for 'for (var x in y)' statementLars Knoll2012-10-311-0/+26
* Implement regexp supportLars Knoll2012-10-201-2/+26
* CleanupLars Knoll2012-10-181-4/+4
* Convert Value constructors to new calling conventionLars Knoll2012-10-161-4/+4
* Add missing license headersSimon Hausmann2012-10-121-0/+41
* Proper NaN boxing for Valuelaknoll2012-09-191-13/+13
* Do not try to optimize the `global object'.Roberto Raggi2012-06-261-1/+1
* Begin to implement moth vmAaron Kennedy2012-06-121-2/+2
* Improve support for the assignment operators.Roberto Raggi2012-06-111-0/+2
* Move the defnition of the QML/JS Context to qmljs_runtime.hRoberto Raggi2012-06-051-97/+4
* Naive implementation of the Arguments object.Roberto Raggi2012-06-041-5/+31
* Implemented Object.getPrototypeOf and Object.prototype.valueOfRoberto Raggi2012-06-041-6/+6
* Initial work on the RegExp objectRoberto Raggi2012-06-041-14/+32
* Initial work on [[HasProperty]]Roberto Raggi2012-06-041-2/+2
* Generate cx-instructions for releational expressionsa.Roberto Raggi2012-05-301-1/+2
* Fix [[construct] and Object.prototype.toStringRoberto Raggi2012-05-281-1/+11
* Implement instanceofRoberto Raggi2012-05-281-4/+33
* Fix the initialization of the ECMA library.Roberto Raggi2012-05-251-103/+56
* Refactored ObjectRoberto Raggi2012-05-251-53/+47
* Propagate exceptionsRoberto Raggi2012-05-251-2/+17
* Throw exceptions in the ecma libraryRoberto Raggi2012-05-241-0/+24
* Throw exceptionsRoberto Raggi2012-05-231-0/+2
* Initialize functionPrototype.Roberto Raggi2012-05-211-1/+1
* Set the prototype of script and native functions.Roberto Raggi2012-05-211-2/+8
* Initial work on the Function prototype.Roberto Raggi2012-05-211-0/+24
* Fix prototypes and implemented isel for constructValue.Roberto Raggi2012-05-211-7/+24
* Initial support for Array objects.Roberto Raggi2012-05-211-3/+53
* Improve [[DefaultValue]]Roberto Raggi2012-05-181-13/+0
* Implemented the ecma Date object.Roberto Raggi2012-05-181-1/+1
* Some refactoring and some initial work on the Date object.Roberto Raggi2012-05-181-0/+24
* Refactored the stack frames.Roberto Raggi2012-05-161-0/+59
* checkpointRoberto Raggi2012-05-161-0/+17
* Add the Boolean Object.Roberto Raggi2012-05-151-2/+18
* Remove String::get()Roberto Raggi2012-05-151-6/+1
* Cleanup function prototypes.Roberto Raggi2012-05-151-13/+13