aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-1/+1
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+3
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-3/+5
* Cleanup Object::define*Property APILars Knoll2013-09-221-12/+12
* Add a Safe<T> class and start using itLars Knoll2013-09-221-2/+3
* Convert more methods to return a Returned<>Lars Knoll2013-09-181-2/+2
* Convert a few more methods in ExecutionEngine to use protected pointersLars Knoll2013-09-181-4/+2
* 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