aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_objects.h
Commit message (Expand)AuthorAgeFilesLines
* Create a proper function object for evalLars Knoll2012-11-181-1/+13
* Do not save/restore interpreter stack for exceptions.Erik Verbruggen2012-11-151-12/+3
* Added all missing error objects.Erik Verbruggen2012-11-151-0/+51
* Cleanup Context initializationLars Knoll2012-11-151-1/+1
* Add missing message property to the ErrorObject.Erik Verbruggen2012-11-141-0/+1
* Fix interpreter exception handling.Erik Verbruggen2012-11-141-1/+12
* Fix property deletion.Erik Verbruggen2012-11-121-5/+5
* Better argument ordering.Lars Knoll2012-11-121-1/+1
* Clean up inplace binary operations for subscripts.Lars Knoll2012-11-121-0/+3
* Improve handling of binops on LHS expressionsLars Knoll2012-11-111-0/+3
* Cleanup call and construct semanticsLars Knoll2012-11-111-3/+8
* Initial implementation of the Error prototype and constructorLars Knoll2012-11-011-0/+3
* Set property attributes more correctlyLars Knoll2012-10-311-5/+5
* Conformant implementation of the object internal methodsLars Knoll2012-10-311-33/+79
* Rework propertiesLars Knoll2012-10-311-57/+107
* Added basic support for 'for (var x in y)' statementLars Knoll2012-10-311-0/+13
* Proper exception handlingLars Knoll2012-10-241-0/+8
* Implement regexp supportLars Knoll2012-10-201-3/+7
* Add missing license headersSimon Hausmann2012-10-121-0/+40
* Improve support for the assignment operators.Roberto Raggi2012-06-111-7/+7
* Delete propertiesRoberto Raggi2012-06-071-7/+45
* Move the defnition of the QML/JS Context to qmljs_runtime.hRoberto Raggi2012-06-051-76/+2
* Naive implementation of the Arguments object.Roberto Raggi2012-06-041-1/+14
* Initial work on the RegExp objectRoberto Raggi2012-06-041-0/+15
* Fix default size for the bucket tablesRoberto Raggi2012-06-041-5/+5
* Generate cx-instructions for releational expressionsa.Roberto Raggi2012-05-301-3/+7
* Fix [[construct] and Object.prototype.toStringRoberto Raggi2012-05-281-0/+10
* Implement instanceofRoberto Raggi2012-05-281-8/+3
* Fix the initialization of the ECMA library.Roberto Raggi2012-05-251-16/+17
* Refactored ObjectRoberto Raggi2012-05-251-27/+30
* Propagate exceptionsRoberto Raggi2012-05-251-0/+1
* Throw exceptions in the ecma libraryRoberto Raggi2012-05-241-0/+5
* Throw exceptionsRoberto Raggi2012-05-231-1/+3
* Initial work on the Function prototype.Roberto Raggi2012-05-211-0/+6
* Initial support for Array objects.Roberto Raggi2012-05-211-0/+15
* Improve [[DefaultValue]]Roberto Raggi2012-05-181-5/+0
* Implemented the ecma Date object.Roberto Raggi2012-05-181-1/+23
* Some refactoring and some initial work on the Date object.Roberto Raggi2012-05-181-0/+6
* Refactored the stack frames.Roberto Raggi2012-05-161-5/+14
* checkpointRoberto Raggi2012-05-161-1/+12
* Add the Boolean Object.Roberto Raggi2012-05-151-0/+3
* Remove String::get()Roberto Raggi2012-05-151-2/+0
* Cleanup function prototypes.Roberto Raggi2012-05-151-1/+1
* Add methods to allocate JS entities.Roberto Raggi2012-05-151-6/+26
* Initial implementation of the Math Object.Roberto Raggi2012-05-141-1/+1
* Introduce the ExecutionEngine.Roberto Raggi2012-05-141-5/+29
* Initial work on the String object.Roberto Raggi2012-05-141-2/+8
* Store the actual arguments in TEMPs with negative indices.Roberto Raggi2012-05-141-1/+6
* Fix nested functionsRoberto Raggi2012-05-141-7/+12
* Fix constructors and some work on the String prototype.Roberto Raggi2012-05-101-0/+11