summaryrefslogtreecommitdiffstats
path: root/src/v4/qv4isel_p.h
Commit message (Expand)AuthorAgeFilesLines
* use lookups for the global scopeLars Knoll2013-04-151-1/+1
* Fix license headersSimon Hausmann2013-04-011-1/+13
* Move V4 IR into its own V4IR namespace to avoid clash with QtDeclarativeTor Arne Vestbø2013-03-211-60/+60
* Get rid of the builtin_get_exception call in the IRSimon Hausmann2013-03-061-1/+0
* Cleanup: Get rid of calls to builtin_{push,pop}_catch_scope in the IRSimon Hausmann2013-03-061-1/+0
* Optimize exception throwingSimon Hausmann2013-03-061-1/+0
* Rename qv4ir_p.h to qv4jsir_p.h to avoid conflict with qtdeclarativeSimon Hausmann2013-03-051-1/+1
* Cleanup: Rename __builtin_delete_exception_handlerSimon Hausmann2013-03-041-1/+1
* Implement JavaScript exceptions using C++ exceptionsSimon Hausmann2013-03-031-1/+1
* More efficient initialization of array literalsLars Knoll2013-03-031-1/+1
* Retain the proper nesting structure in the VM:Function objectsLars Knoll2013-02-161-1/+1
* Adapt get/set_element to new calling conventionLars Knoll2013-02-141-1/+1
* Convert inplace binops to pointer based calling conventionLars Knoll2013-02-141-3/+3
* make binops pointer basedLars Knoll2013-02-141-1/+1
* Move get/set_property over to pointer based calling conventionLars Knoll2013-02-131-1/+1
* Change activition property calls to be pointer basedLars Knoll2013-02-131-1/+1
* Fix scoping for catch blocksSimon Hausmann2013-02-131-0/+1
* Implement a first iteration of the fast property lookup schemeLars Knoll2013-02-121-0/+4
* Restore the context pointer after returning from setjmpLars Knoll2013-02-061-1/+1
* Say hello to QtV4 module.Jędrzej Nowacki2013-01-301-0/+144