Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GC issues with usage of raw RegExp pointers | Lars Knoll | 2013-10-15 | 1 | -1/+1 |
* | Fix API for Object::define*Property | Lars Knoll | 2013-09-28 | 1 | -1/+1 |
* | Cleanup Object::define*Property API | Lars Knoll | 2013-09-22 | 1 | -1/+1 |
* | Extend the ReturnedValue mechanism to pointers to Managed objects | Lars Knoll | 2013-09-18 | 1 | -3/+1 |
* | Convert builtin methods to return a ReturnedValue | Lars Knoll | 2013-09-18 | 1 | -4/+4 |
* | Use ReturnedValue for Managed::construct() | Lars Knoll | 2013-09-18 | 1 | -1/+1 |
* | Use a ReturnedValue for Managed::call() | Lars Knoll | 2013-09-18 | 1 | -1/+1 |
* | Change signature of call/construct() to take a pointer to a CallData | Lars Knoll | 2013-09-11 | 1 | -2/+2 |
* | Optimize String.replace and RegExp.exec | Lars Knoll | 2013-09-02 | 1 | -0/+5 |
* | Cleanup calls to Object::setPrototype() | Lars Knoll | 2013-09-02 | 1 | -1/+1 |
* | Move prototype pointer into QV4::InternalClass | Lars Knoll | 2013-09-02 | 1 | -1/+3 |
* | change calling convention for JS function calls | Lars Knoll | 2013-09-02 | 1 | -2/+2 |
* | Restructure source code | Lars Knoll | 2013-08-08 | 1 | -0/+123 |