aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-2/+2
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-2/+0
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-2/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-0/+26
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-1/+1
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-2/+2
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-2/+2
* Convert putIndexed()Lars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-2/+2
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-2/+2
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+180