aboutsummaryrefslogtreecommitdiffstats
path: root/qv4array_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add a MemoryManager, which does GC for the interpreter.Erik Verbruggen2012-12-081-1/+12
* Rename Context to ExecutionContextLars Knoll2012-11-191-4/+4
* Add missing license headersSimon Hausmann2012-10-121-0/+40
* Move the defnition of the QML/JS Context to qmljs_runtime.hRoberto Raggi2012-06-051-0/+1
* Initial work on Object.prototype.getOwnPropertyNames.Roberto Raggi2012-06-041-0/+6
* Reimplemented Array using std::deque as container.Roberto Raggi2012-06-041-206/+36
* Improve the Array prototypeRoberto Raggi2012-05-211-7/+26
* Initial support for Array objects.Roberto Raggi2012-05-211-30/+8
* Import Array from QtScript classic.Roberto Raggi2012-05-181-0/+353