aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Fix GC issues with usage of raw RegExp pointersLars Knoll2013-10-151-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-3/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* Optimize String.replace and RegExp.execLars Knoll2013-09-021-0/+5
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+3
* change calling convention for JS function callsLars Knoll2013-09-021-2/+2
* Restructure source codeLars Knoll2013-08-081-0/+123