aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-11/+12
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+2
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-5/+5
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+2
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-3/+3
* Continue conversion to using scoped valuesLars Knoll2013-09-111-10/+14
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-8/+8
* Move CallData onto the JS stackLars Knoll2013-09-111-4/+4
* Optimize String.replace and RegExp.execLars Knoll2013-09-021-9/+10
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-2/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-0/+8
* change calling convention for JS function callsLars Knoll2013-09-021-9/+12
* Restructure source codeLars Knoll2013-08-081-0/+359